1
0
Fork 0
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:
Janne Heß 2022-01-04 00:42:40 +01:00
parent 1514ac9fd5
commit 168346e17e
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -311,5 +311,10 @@ in {
fi
'');
};
system.build =
(optionalAttrs (secretsForUsers != {}) { sops-nix-users-manifest = manifestForUsers; }) //
(optionalAttrs (regularSecrets != {}) { sops-nix-manifest = manifest; });
};
}