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