From 42e13147278afea46d590fa761020b08ce8bdb1e Mon Sep 17 00:00:00 2001 From: Timofei Kushnir Date: Sun, 9 Apr 2017 16:07:33 +0400 Subject: [PATCH] nixos: remove duplicate wrapperDir PATH addition (#24703) --- nixos/modules/config/shells-environment.nix | 3 --- 1 file changed, 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" '';