Merge pull request #141555 from figsoda/git-attrsof-anything

This commit is contained in:
Maciej Krüger 2021-10-18 10:44:35 +02:00 committed by GitHub
commit f7881666bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ in
};
config = mkOption {
type = types.attrs;
type = with types; attrsOf (attrsOf anything);
default = { };
example = {
init.defaultBranch = "main";