parent
f9700dd3e9
commit
d5896899d7
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
let lock = builtins.fromJSON (builtins.readFile ../flake.lock).nodes.flake-compat.lockedd;
|
let lock = builtins.fromJSON (builtins.readFile ../flake.lock).nodes.flake-compat.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/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
|
||||||
sha256 = lock.nodes.flake-compat.locked.narHash;
|
sha256 = lock.flake-compat.locked.narHash;
|
||||||
})
|
})
|
Loading…
Reference in a new issue