diff --git a/flake.nix b/flake.nix index e68185bd..cb12b1e0 100644 --- a/flake.nix +++ b/flake.nix @@ -157,6 +157,10 @@ # BOOOOOOOOOOOOO! Somebody give me a tomato! services.xserver.excludePackages = with pkgs; [ xterm ]; + # Parallel downloads! PARALLEL DOWNLOADS! It's like Pacman 6.0 all over + # again. + nix.package = pkgs.nixUnstable; + # I want to capture the usual flakes to its exact version so we're # making them available to our system. This will also prevent the # annoying downloads since it always get the latest revision.