diff options
| author | Franck Cuny <fcuny@roblox.com> | 2025-08-29 10:10:14 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2025-08-29 10:10:14 -0700 |
| commit | f8db2fceafc12bb5893c1eacef80bed509d57cf7 (patch) | |
| tree | d0d8a1304504f500b5d07cc49dd2e3f76ca91280 /home | |
| parent | use better naming convention for the SSH certificate (diff) | |
| download | infra-f8db2fceafc12bb5893c1eacef80bed509d57cf7.tar.gz | |
fix path for where to find rust binaries
Diffstat (limited to 'home')
| -rw-r--r-- | home/programs/rust.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/programs/rust.nix b/home/programs/rust.nix index 5dc5dfa..6ee3094 100644 --- a/home/programs/rust.nix +++ b/home/programs/rust.nix @@ -10,6 +10,6 @@ }; home.sessionPath = [ - "${config.home.homeDirectory}/.cargo/bin" + "${config.xdg.dataHome}/cargo/bin" ]; } |
