Use nixUnstable

This commit is contained in:
Eelco Dolstra 2013-03-26 15:58:38 +01:00
parent 2f5576b539
commit 991a78dd8b

View File

@ -54,7 +54,7 @@ in
options = {
environment.nix = mkOption {
default = pkgs.nix;
default = pkgs.nixUnstable;
merge = mergeOneOption;
description = ''
This option specifies the Nix package instance to use throughout the system.