diff --git a/flake.nix b/flake.nix index 3fa3c384d9..edffdb667e 100644 --- a/flake.nix +++ b/flake.nix @@ -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