make the defaultBranch in my git module main

This commit is contained in:
jacekpoz 2024-07-24 21:00:20 +02:00
parent 80c18dd55d
commit acd584655b
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -37,7 +37,7 @@ in {
}; };
defaultBranch = mkOption { defaultBranch = mkOption {
type = str; type = str;
default = "master"; default = "main";
description = "default git branch"; description = "default git branch";
}; };
}; };