From 1fcef0a0e0c44f0b01256964f08964986953cbf4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 2 Aug 2012 13:31:57 -0400 Subject: [PATCH] Don't use nixUnstable --- 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 31b81a13e36..a955fdd8d35 100644 --- a/modules/services/misc/nix-daemon.nix +++ b/modules/services/misc/nix-daemon.nix @@ -27,7 +27,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.