From 9cd586231e6cceeef8e8aa22e3a48e0c2ece6aff Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 16 Dec 2023 19:00:09 +0800 Subject: [PATCH] config: set proper module default for nix.package --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index f12253b9..a92848d6 100644 --- a/flake.nix +++ b/flake.nix @@ -303,9 +303,8 @@ lib.nameValuePair name' { inherit flake; }) inputs; - # Parallel downloads! PARALLEL DOWNLOADS! It's like Pacman 6.0 all over - # again. - nix.package = pkgs.nixUnstable; + # Set the package for generating the configuration. + nix.package = lib.mkDefault pkgs.nixUnstable; # Set the configurations for the package manager. nix.settings =