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;
env = {
GOPATH = "code/go";
GOPATH = "/home/alex/code/go";
};
};