Merge pull request #141555 from figsoda/git-attrsof-anything
This commit is contained in:
commit
f7881666bf
@ -20,7 +20,7 @@ in
|
||||
};
|
||||
|
||||
config = mkOption {
|
||||
type = types.attrs;
|
||||
type = with types; attrsOf (attrsOf anything);
|
||||
default = { };
|
||||
example = {
|
||||
init.defaultBranch = "main";
|
||||
|
Loading…
Reference in New Issue
Block a user