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 =