From 3627bb60a35e69d6034cea605d0f003c37375ffd Mon Sep 17 00:00:00 2001 From: Alistair Singh Date: Tue, 25 Jul 2023 13:46:37 +0200 Subject: [PATCH] fix gopath --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0e86e2e5e2..f49681b643 100644 --- a/flake.nix +++ b/flake.nix @@ -79,7 +79,7 @@ # export HOME=~ export GOPATH=$PWD/go - export PATH=~$GOPATH/bin:$PATH + export PATH=$GOPATH/bin:$PATH eval "$(direnv hook bash)"