Merge pull request 'secrets: allow empty facts' (#376) from lassulus-no_facts into main
All checks were successful
checks / test (push) Successful in 24s
assets1 / test (push) Successful in 7s
checks-impure / test (push) Successful in 12s

This commit is contained in:
clan-bot 2023-09-30 07:21:01 +00:00
commit b878df8813

View File

@ -82,6 +82,7 @@
'';
};
facts = lib.mkOption {
default = { };
type = lib.types.attrsOf (lib.types.submodule (fact: {
options = {
name = lib.mkOption {