about summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-04-01 13:46:40 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-04-01 13:57:36 -0700
commita9f2e107d00c9955ef244455ee2aac857276192b (patch)
tree7d5eb3df4ed6aa3d8b8e68a721ff55cc5b03dda5 /nixos/modules/config/system-path.nix
parent75b527c1e15aac9068d6bf6936e69788dee0aafb (diff)
downloadnixlib-a9f2e107d00c9955ef244455ee2aac857276192b.tar
nixlib-a9f2e107d00c9955ef244455ee2aac857276192b.tar.gz
nixlib-a9f2e107d00c9955ef244455ee2aac857276192b.tar.bz2
nixlib-a9f2e107d00c9955ef244455ee2aac857276192b.tar.lz
nixlib-a9f2e107d00c9955ef244455ee2aac857276192b.tar.xz
nixlib-a9f2e107d00c9955ef244455ee2aac857276192b.tar.zst
nixlib-a9f2e107d00c9955ef244455ee2aac857276192b.zip
Revert "Remove obsolete .../sbin directories from $PATH"
This reverts commit 98cedb3d22a580d8ee1804862d65a3198d9ee3ac.
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index ed7b949ecc26..f3e86bfd2019 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -108,6 +108,7 @@ in
         "/info"
         "/lib"
         "/man"
+        "/sbin"
         "/share/emacs"
         "/share/vim-plugins"
         "/share/org"