From b3f04718cf6a73655997d214944ef0220eb01f5d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 11 Jun 2013 12:10:58 +0200 Subject: [PATCH] Use stable Nix by default --- modules/services/misc/nix-daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/misc/nix-daemon.nix b/modules/services/misc/nix-daemon.nix index 8f1bfd3ccaa..f3ebf0a3418 100644 --- a/modules/services/misc/nix-daemon.nix +++ b/modules/services/misc/nix-daemon.nix @@ -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.