* Change $NIXPKGS_CONFIG to a better location (/etc/nix instead of
/nix/etc). Not sure the default profile should be setting this at all though. svn path=/nixos/trunk/; revision=33824
This commit is contained in:
parent
7ba5881146
commit
6abf3c8a97
@ -14,7 +14,7 @@ export __ETC_PROFILE_DONE=1
|
||||
# Initialise a bunch of environment variables.
|
||||
export LOCALE_ARCHIVE=/var/run/current-system/sw/lib/locale/locale-archive
|
||||
export LD_LIBRARY_PATH=/var/run/opengl-driver/lib:/var/run/opengl-driver-32/lib # !!! only set if needed
|
||||
export NIXPKGS_CONFIG=/nix/etc/config.nix
|
||||
export NIXPKGS_CONFIG=/etc/nix/nixpkgs-config.nix
|
||||
export NIX_PATH=/nix/var/nix/profiles/per-user/root/channels/nixos:nixpkgs=/etc/nixos/nixpkgs:nixos=/etc/nixos/nixos:nixos-config=/etc/nixos/configuration.nix:services=/etc/nixos/services
|
||||
export PAGER="less -R"
|
||||
export EDITOR=nano
|
||||
|
Loading…
x
Reference in New Issue
Block a user