I'm the master

This commit is contained in:
jacekpoz 2024-02-14 23:48:38 +01:00
parent e23234993f
commit 723691a46a
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

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