Pr/nixpath device version #62

Merged
steveej merged 5 commits from pr/nixpath-device-version into master 2020-10-16 20:34:01 +00:00
Showing only changes of commit a80ba79b26 - Show all commits

View file

@ -71,10 +71,6 @@ in {
PATH=pkgs.lib.concatStringsSep ":" [ PATH=pkgs.lib.concatStringsSep ":" [
"$HOME/.local/bin" "$HOME/.local/bin"
"$HOME/.cargo/bin"
"$HOME/.gem/ruby/2.3.0/bin"
"$HOME/.npm-packages/bin"
"$GOPATH/bin"
"$PATH" "$PATH"
]; ];
}; };