* Synced with trunk @ 15340

svn path=/nixos/branches/modular-nixos/; revision=15367
This commit is contained in:
Marc Weber 2009-04-28 13:42:43 +00:00
parent cc7f5eba97
commit 8e5eeccb75
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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