From 991a78dd8b8ca3c9fddc441171e51a9fabd7265d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 26 Mar 2013 15:58:38 +0100 Subject: [PATCH] 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 f3ebf0a3418..8f1bfd3ccaa 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.nix; + default = pkgs.nixUnstable; merge = mergeOneOption; description = '' This option specifies the Nix package instance to use throughout the system.