INFOPATH fix; the info.nix module should not set the INFOPATH variable in bashrc,
because the bashrc already cares on that, even taking into account all the usual nixos profiles. As a side change, I changed a tab to spaces in bashrc. svn path=/nixos/trunk/; revision=21439
This commit is contained in:
parent
b47c2186f6
commit
cf3f1e9f23
@ -33,9 +33,4 @@ in
|
|||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = [infoWrapper];
|
environment.systemPackages = [infoWrapper];
|
||||||
|
|
||||||
environment.shellInit =
|
|
||||||
''
|
|
||||||
export INFOPATH=/var/run/current-system/sw/info:/var/run/current-system/sw/share/info
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user