mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08: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
Add a link
Reference in a new issue