diff --git a/hosts/pinwheel/modules/go/default.nix b/hosts/pinwheel/modules/go/default.nix index 2d5857b..bd521a0 100644 --- a/hosts/pinwheel/modules/go/default.nix +++ b/hosts/pinwheel/modules/go/default.nix @@ -21,7 +21,7 @@ in package = pkgs.go; env = { - GOPATH = "code/go"; + GOPATH = "/home/alex/code/go"; }; };