add go-raceless
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user