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:
parent
ec2800174d
commit
ce5e734b26
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue