Skip to content

Commit

Permalink
fix: add path back
Browse files Browse the repository at this point in the history
danstarns committed Jun 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f9f27c1 commit 99f433f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -13,8 +13,7 @@ pkgs.mkShell {
# workaround https://github.com/sbt/sbt-assembly/issues/496
export LC_ALL=C.UTF-8
export PATH="$HOME/go/bin:$HOME/.cargo/bin"
export PATH="$PATH:$HOME/go/bin:$HOME/.cargo/bin"
go install github.com/codesenberg/bombardier@latest
cargo install --git https://github.com/tailcallhq/tailcall

0 comments on commit 99f433f

Please sign in to comment.