Revert "Use nixUnstable by default"

This reverts commit 64a41b7a90bd99f532847ef1b6ad3c3c6a2a7120.
This commit is contained in:
Eelco Dolstra 2015-06-12 13:20:18 +02:00
parent 192d20e820
commit 07aa0f7f21

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