* Make nixUnstable the default again.
svn path=/nixos/trunk/; revision=10398
This commit is contained in:
parent
76a6498196
commit
34e63da53b
@ -1973,7 +1973,7 @@ root ALL=(ALL) SETENV: ALL
|
|||||||
};
|
};
|
||||||
|
|
||||||
nix = mkOption {
|
nix = mkOption {
|
||||||
default = pkgs: pkgs.nix;
|
default = pkgs: pkgs.nixUnstable;
|
||||||
example = pkgs: pkgs.nixCustomFun /root/nix.tar.gz;
|
example = pkgs: pkgs.nixCustomFun /root/nix.tar.gz;
|
||||||
description = "
|
description = "
|
||||||
Use non-default Nix easily. Be careful, though, not to break everything.
|
Use non-default Nix easily. Be careful, though, not to break everything.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user