aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2025-08-29 10:10:14 -0700
committerFranck Cuny <fcuny@roblox.com>2025-08-29 10:10:14 -0700
commitf8db2fceafc12bb5893c1eacef80bed509d57cf7 (patch)
treed0d8a1304504f500b5d07cc49dd2e3f76ca91280 /home
parentuse better naming convention for the SSH certificate (diff)
downloadinfra-f8db2fceafc12bb5893c1eacef80bed509d57cf7.tar.gz
fix path for where to find rust binaries
Diffstat (limited to 'home')
-rw-r--r--home/programs/rust.nix2
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"
];
}