pinwheel: Fix GOPATH for go
This commit is contained in:
@@ -21,7 +21,7 @@ in
|
||||
|
||||
package = pkgs.go;
|
||||
env = {
|
||||
GOPATH = "code/go";
|
||||
GOPATH = "/home/alex/code/go";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user