make the defaultBranch in my git module main
This commit is contained in:
parent
80c18dd55d
commit
acd584655b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in {
|
|||
};
|
||||
defaultBranch = mkOption {
|
||||
type = str;
|
||||
default = "master";
|
||||
default = "main";
|
||||
description = "default git branch";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue