config: use Nix unstable as the default Nix package

This commit is contained in:
Gabriel Arazas 2023-07-23 10:32:17 +08:00
parent ec009ef8fd
commit 76c9589de8
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -157,6 +157,10 @@
# BOOOOOOOOOOOOO! Somebody give me a tomato! # BOOOOOOOOOOOOO! Somebody give me a tomato!
services.xserver.excludePackages = with pkgs; [ xterm ]; 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 # 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 # making them available to our system. This will also prevent the
# annoying downloads since it always get the latest revision. # annoying downloads since it always get the latest revision.