remove ~/.cargo/bin
path
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
30754f5211
commit
21e1464534
|
@ -39,7 +39,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
sessionVariables = { PATH = "$HOME/bin:$HOME/.cargo/bin"; };
|
sessionVariables = { PATH = "$HOME/bin"; };
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
age
|
age
|
||||||
bash
|
bash
|
||||||
|
|
Loading…
Reference in a new issue