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 = {
environment.nix = mkOption {
default = pkgs.nixUnstable;
default = pkgs.nix;
merge = mergeOneOption;
description = ''
This option specifies the Nix package instance to use throughout the system.