* Synced with trunk @ 15340
svn path=/nixos/branches/modular-nixos/; revision=15367
This commit is contained in:
parent
cc7f5eba97
commit
8e5eeccb75
@ -16,6 +16,7 @@ export EDITOR=nano
|
|||||||
export INFOPATH=/var/run/current-system/sw/info:/var/run/current-system/sw/share/info
|
export INFOPATH=/var/run/current-system/sw/info:/var/run/current-system/sw/share/info
|
||||||
export LOCATE_PATH=/var/cache/locatedb
|
export LOCATE_PATH=/var/cache/locatedb
|
||||||
@shellInit@
|
@shellInit@
|
||||||
|
export LOCALE_ARCHIVE=/var/run/current-system/sw/lib/locale/locale-archive
|
||||||
|
|
||||||
# Set up secure multi-user builds: non-root users build through the
|
# Set up secure multi-user builds: non-root users build through the
|
||||||
# Nix daemon.
|
# Nix daemon.
|
||||||
|
@ -104,6 +104,7 @@ in
|
|||||||
let path = [
|
let path = [
|
||||||
pkgs.coreutils pkgs.gnugrep pkgs.findutils
|
pkgs.coreutils pkgs.gnugrep pkgs.findutils
|
||||||
pkgs.glibc # needed for getent
|
pkgs.glibc # needed for getent
|
||||||
|
pkgs.glibcLocals # needed for getent
|
||||||
pkgs.pwdutils
|
pkgs.pwdutils
|
||||||
]; in noDepEntry ''
|
]; in noDepEntry ''
|
||||||
export PATH=/empty
|
export PATH=/empty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user