* Make nixUnstable the default again.

svn path=/nixos/trunk/; revision=10398
This commit is contained in:
Eelco Dolstra 2008-01-30 01:14:03 +00:00
parent 76a6498196
commit 34e63da53b

View file

@ -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.