go: added experimental feature

This commit is contained in:
Tigor Hutasuhut 2024-08-27 15:24:09 +07:00
parent eb276e5c1e
commit 932894b8a9

View file

@ -38,6 +38,7 @@ in
home.sessionVariables = {
GOROOT = "${pkgs.go}/share/go";
GOPATH = "${config.home.homeDirectory}/go";
GOEXPERIMENT = "rangefunc";
};
};
}