add go-raceless

This commit is contained in:
2025-10-28 11:25:08 +00:00
parent 08ea34ecd6
commit 9fe0bbaefe
5 changed files with 87 additions and 12 deletions

View File

@@ -33,6 +33,10 @@ in
type = bool;
default = false;
};
wrapGo = lib.mkOption {
type = bool;
default = false;
};
email = lib.mkOption {
type = nullOr str;
default = "motiejus@jakstys.lt";
@@ -86,7 +90,7 @@ in
inherit lib;
inherit pkgs;
inherit (config.mj) stateVersion username;
inherit (cfg) devTools email;
inherit (cfg) devTools email wrapGo;
hmOnly = false;
};
};