pinwheel: Add ~/.cargo/bin to $PATH
This commit is contained in:
@@ -19,6 +19,10 @@ in
|
|||||||
pkgs.clippy
|
pkgs.clippy
|
||||||
pkgs.rust-analyzer
|
pkgs.rust-analyzer
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.sessionPath = [
|
||||||
|
"$HOME/.cargo/bin"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user