go: added experimental feature
This commit is contained in:
parent
eb276e5c1e
commit
932894b8a9
|
@ -38,6 +38,7 @@ in
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
GOROOT = "${pkgs.go}/share/go";
|
GOROOT = "${pkgs.go}/share/go";
|
||||||
GOPATH = "${config.home.homeDirectory}/go";
|
GOPATH = "${config.home.homeDirectory}/go";
|
||||||
|
GOEXPERIMENT = "rangefunc";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue