nixos/git: change config type
This commit is contained in:
parent
a6bff35d96
commit
471cfaf523
@ -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