mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-04-18 02:06:50 +00:00
module: Expose manifests
We are planning to use this in our CI pipeline
This commit is contained in:
parent
1514ac9fd5
commit
168346e17e
1 changed files with 5 additions and 0 deletions
|
@ -311,5 +311,10 @@ in {
|
|||
fi
|
||||
'');
|
||||
};
|
||||
|
||||
system.build =
|
||||
(optionalAttrs (secretsForUsers != {}) { sops-nix-users-manifest = manifestForUsers; }) //
|
||||
(optionalAttrs (regularSecrets != {}) { sops-nix-manifest = manifest; });
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue