pinwheel: Add ~/.cargo/bin to $PATH

This commit is contained in:
Alexander Heldt
2023-11-03 11:58:08 +01:00
parent b08ace42f3
commit 8e716021f8

View File

@@ -19,6 +19,10 @@ in
pkgs.clippy
pkgs.rust-analyzer
];
home.sessionPath = [
"$HOME/.cargo/bin"
];
};
};
}