lol

Revert "Remove obsolete .../sbin directories from $PATH"

This reverts commit 98cedb3d22a580d8ee1804862d65a3198d9ee3ac.

+2 -1
+1
nixos/modules/config/system-path.nix
··· 108 108 "/info" 109 109 "/lib" 110 110 "/man" 111 + "/sbin" 111 112 "/share/emacs" 112 113 "/share/vim-plugins" 113 114 "/share/org"
+1 -1
nixos/modules/programs/environment.nix
··· 39 39 40 40 # TODO: move most of these elsewhere 41 41 environment.profileRelativeEnvVars = 42 - { PATH = [ "/bin" "/lib/kde4/libexec" ]; 42 + { PATH = [ "/bin" "/sbin" "/lib/kde4/libexec" ]; 43 43 INFOPATH = [ "/info" "/share/info" ]; 44 44 PKG_CONFIG_PATH = [ "/lib/pkgconfig" ]; 45 45 TERMINFO_DIRS = [ "/share/terminfo" ];