parent
f4f7aac88d
commit
fd9eeddd21
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
let lock = builtins.fromJSON (builtins.readFile ./flake.lock).nodes.flake-compat.lockedd;
|
let lock = builtins.fromJSON (builtins.readFile ../flake.lock).nodes.flake-compat.lockedd;
|
||||||
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.nodes.flake-compat.locked.narHash;
|
||||||
|
|
Loading…
Reference in a new issue