Skip to content

Commit

Permalink
fix gopath
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Jul 25, 2023
1 parent a2c96f8 commit 3627bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
#
export HOME=~
export GOPATH=$PWD/go
export PATH=~$GOPATH/bin:$PATH
export PATH=$GOPATH/bin:$PATH
eval "$(direnv hook bash)"
Expand Down

0 comments on commit 3627bb6

Please sign in to comment.