pinwheel: Fix go ENV variables
This commit is contained in:
@@ -20,7 +20,9 @@ in
|
||||
enable = true;
|
||||
|
||||
package = pkgs.go;
|
||||
goPath = "code/go";
|
||||
env = {
|
||||
GOPATH = "code/go";
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
|
||||
Reference in New Issue
Block a user