1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-04-18 02:06:50 +00:00

sops-nix: fix build

This commit is contained in:
Jörg Thalheim 2021-08-26 20:01:22 +02:00
parent ec2800174d
commit ce5e734b26

View file

@ -90,7 +90,7 @@ let
checkedManifest = let
sops-install-secrets = (pkgs.buildPackages.callPackage ../.. {}).sops-install-secrets;
in pkgs.runCommandNoCC "checked-manifest.json" {
in pkgs.runCommand "checked-manifest.json" {
nativeBuildInputs = [ sops-install-secrets ];
} ''
sops-install-secrets -check-mode=${if cfg.validateSopsFiles then "sopsfile" else "manifest"} ${manifest}