Use stable Nix by default

This commit is contained in:
Eelco Dolstra 2013-06-11 12:10:58 +02:00
parent 4a40a1f86e
commit b3f04718cf

View File

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