1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-13 20:29:17 +00:00

Merge pull request #152 from Mic92/feat/expose-manifests

module: Expose manifests
This commit is contained in:
Jörg Thalheim 2022-01-04 07:27:43 +00:00 committed by GitHub
commit 3849e43a31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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