pinwheel: Fix GOPATH for go

This commit is contained in:
Alexander Heldt
2025-11-08 23:13:04 +01:00
parent 3cfc99ad2d
commit b246c9c1ec

View File

@@ -21,7 +21,7 @@ in
package = pkgs.go; package = pkgs.go;
env = { env = {
GOPATH = "code/go"; GOPATH = "/home/alex/code/go";
}; };
}; };