Skip to content

Commit

Permalink
nixos: remove duplicate wrapperDir PATH addition (#24703)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timofei Kushnir authored and joachifm committed Apr 9, 2017
1 parent 8130c35 commit 42e1314
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nixos/modules/config/shells-environment.nix
Expand Up @@ -168,9 +168,6 @@ in
${cfg.extraInit}
# The setuid/setcap wrappers override other bin directories.
export PATH="${config.security.wrapperDir}:$PATH"
# ~/bin if it exists overrides other bin directories.
export PATH="$HOME/bin:$PATH"
'';
Expand Down

0 comments on commit 42e1314

Please sign in to comment.