mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +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}
|
${cfg.extraInit}
|
||||||
|
|
||||||
# The setuid/setcap wrappers override other bin directories.
|
|
||||||
export PATH="${config.security.wrapperDir}:$PATH"
|
|
||||||
|
|
||||||
# ~/bin if it exists overrides other bin directories.
|
# ~/bin if it exists overrides other bin directories.
|
||||||
export PATH="$HOME/bin:$PATH"
|
export PATH="$HOME/bin:$PATH"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user