forked from mirrors/nixpkgs
Corrected MODULE_DIR in profile.sh. It also means that there is no more a dependency
on unused kernel - basic system now requires only one kernel with 2_6_22. svn path=/nixos/trunk/; revision=9380
This commit is contained in:
parent
cf1140ee11
commit
2c49ef1934
|
@ -1,5 +1,5 @@
|
||||||
export PATH=@wrapperDir@:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin
|
export PATH=@wrapperDir@:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin
|
||||||
export MODULE_DIR=@kernel@/lib/modules
|
export MODULE_DIR=@systemKernel@/lib/modules
|
||||||
export NIX_CONF_DIR=/nix/etc/nix
|
export NIX_CONF_DIR=/nix/etc/nix
|
||||||
export NIXPKGS_CONFIG=/nix/etc/config.nix
|
export NIXPKGS_CONFIG=/nix/etc/config.nix
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
|
|
Loading…
Reference in a new issue