Use nixUnstable by default

This commit is contained in:
Eelco Dolstra 2015-06-01 10:49:37 +02:00
parent 80dd602c48
commit 64a41b7a90

View File

@ -63,7 +63,7 @@ in
package = mkOption {
type = types.package;
default = pkgs.nix;
default = pkgs.nixUnstable;
description = ''
This option specifies the Nix package instance to use throughout the system.
'';