mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
nixos: remove duplicate wrapperDir PATH addition (#24703)
This commit is contained in:
parent
8130c350b2
commit
42e1314727
|
@ -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"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue