nix/home/graphical-fullblown: remove hardcoded rust nightly from PATH

This commit is contained in:
steveej 2020-02-17 18:05:31 +01:00
parent 620b39e371
commit ffe11b3a00

View file

@ -65,7 +65,6 @@ in {
PATH=pkgs.lib.concatStringsSep ":" [
"$HOME/.local/bin"
"$HOME/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin"
"$HOME/.cargo/bin"
"$HOME/.gem/ruby/2.3.0/bin"
"$HOME/.npm-packages/bin"