summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs/environment.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-04-01 15:01:22 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-04-01 16:22:12 +0200
commit98cedb3d22a580d8ee1804862d65a3198d9ee3ac (patch)
tree029648f8828ad76f2ee91eb60ab1ec6e6eea7ea8 /nixos/modules/programs/environment.nix
parente2bc785fe19834cd907ecd36435518d3f630bca8 (diff)
Remove obsolete .../sbin directories from $PATH
Diffstat (limited to 'nixos/modules/programs/environment.nix')
-rw-r--r--nixos/modules/programs/environment.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index e0379a2c02af..1a84e05763fd 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -39,7 +39,7 @@ in
# TODO: move most of these elsewhere
environment.profileRelativeEnvVars =
- { PATH = [ "/bin" "/sbin" "/lib/kde4/libexec" ];
+ { PATH = [ "/bin" "/lib/kde4/libexec" ];
INFOPATH = [ "/info" "/share/info" ];
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
TERMINFO_DIRS = [ "/share/terminfo" ];