nixos: remove duplicate wrapperDir PATH addition (#24703)

This commit is contained in:
Timofei Kushnir 2017-04-09 16:07:33 +04:00 committed by Joachim F
parent 8130c350b2
commit 42e1314727

View File

@ -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"
'';