Skip to content

Commit

Permalink
use standard cargo path :/
Browse files Browse the repository at this point in the history
  • Loading branch information
Lederstrumpf committed Nov 4, 2024
1 parent 658dbf0 commit bda8f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
] ++ (if system == "aarch64-darwin" then [ ] else [ gdb ]);

shellHook = ''
export RUSTUP_HOME="$PWD/.rustup"
export CARGO_HOME="$PWD/.cargo"
export RUSTUP_HOME="~/.rustup"
export CARGO_HOME="~/.cargo"
export PATH="$CARGO_HOME/bin:$PATH"
export FLAKE_INITIATED=1
Expand Down

0 comments on commit bda8f7a

Please sign in to comment.