about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorTimofei Kushnir <timophey@ecotelecom.ru>2017-04-09 16:07:33 +0400
committerJoachim F <joachifm@users.noreply.github.com>2017-04-09 13:07:33 +0100
commit42e13147278afea46d590fa761020b08ce8bdb1e (patch)
treec0013737c1ec8fde73409dc14f53e2c6be6130d4 /nixos/modules
parent8130c350b2579b40d0d2b6adbcef4515747eeafc (diff)
downloadnixlib-42e13147278afea46d590fa761020b08ce8bdb1e.tar
nixlib-42e13147278afea46d590fa761020b08ce8bdb1e.tar.gz
nixlib-42e13147278afea46d590fa761020b08ce8bdb1e.tar.bz2
nixlib-42e13147278afea46d590fa761020b08ce8bdb1e.tar.lz
nixlib-42e13147278afea46d590fa761020b08ce8bdb1e.tar.xz
nixlib-42e13147278afea46d590fa761020b08ce8bdb1e.tar.zst
nixlib-42e13147278afea46d590fa761020b08ce8bdb1e.zip
nixos: remove duplicate wrapperDir PATH addition (#24703)
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/config/shells-environment.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/config/shells-environment.nix b/nixos/modules/config/shells-environment.nix
index 8a7b3ea0bfd2..152493151fd3 100644
--- a/nixos/modules/config/shells-environment.nix
+++ b/nixos/modules/config/shells-environment.nix
@@ -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"
        '';