mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
config: use Nix unstable as the default Nix package
This commit is contained in:
parent
ec009ef8fd
commit
76c9589de8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user