test
This commit is contained in:
parent
7200611e52
commit
4cb57a348a
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
let sops-nix-lock = (builtins.fromJSON (builtins.readFile ./flake.lock)).nodes.sops-nix.locked;
|
||||
in import (fetchTarball {
|
||||
url = "https://github.com/Mic92/sops-nix/archive/${sops-nix-lock.rev}.tar.gz";
|
||||
sha256 = sops-nix.lock.narHash;
|
||||
sha256 = sops-nix-lock.narHash;
|
||||
})
|
Loading…
Reference in a new issue