parent
7568d0bc73
commit
1fba61dc5e
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
let lock = builtins.fromJSON (builtins.readFile ../flake.lock).nodes.flake-compat.locked;
|
let deploy-rs-lock = (builtins.fromJSON (builtins.readFile ../flake.lock)).nodes.deploy-rs.locked;
|
||||||
in import (fetchTarball {
|
in import (fetchTarball {
|
||||||
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
|
url = "https://github.com/serokell/deploy-rs/archive/${deploy-rs-lock.rev}.tar.gz";
|
||||||
sha256 = lock.flake-compat.locked.narHash;
|
sha256 = deploy-rs-lock.narHash;
|
||||||
})
|
})
|
Loading…
Reference in a new issue