nix/graphcial-fullblown: cleanup PATH
These PATH settings should be made on a directory basis using direnv.
This commit is contained in:
parent
522d7279bd
commit
a80ba79b26
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue