parent
fd9eeddd21
commit
f9700dd3e9
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
let nixpkgs-lock = (builtins.fromJSON (builtins.readFile ../flake.lock)).nodes.nixpkgs.locked;
|
||||
in import (fetchTarball {
|
||||
url = "https://github.com/nixos/nixpkgs/archive/${nixpkgs-lock.rev}.tar.gz";
|
||||
sha256 = nixpkgs-lock.narHash;
|
||||
url = "https://github.com/nixos/nixpkgs/archive/${nixpkgs-lock.rev}.tar.gz";
|
||||
sha256 = nixpkgs-lock.narHash;
|
||||
})
|
Loading…
Add table
Reference in a new issue