nix/lib/deploy-rs.nix
iFargle 1fba61dc5e
Some checks failed
ssh-test / ssh-test (push) Failing after 16s
Test
2023-12-11 15:18:57 +09:00

5 lines
No EOL
253 B
Nix

let deploy-rs-lock = (builtins.fromJSON (builtins.readFile ../flake.lock)).nodes.deploy-rs.locked;
in import (fetchTarball {
url = "https://github.com/serokell/deploy-rs/archive/${deploy-rs-lock.rev}.tar.gz";
sha256 = deploy-rs-lock.narHash;
})