mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
Merge branch 'master' into master-specialfs
This commit is contained in:
commit
f3deaae52f
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…
Reference in a new issue