config: set proper module default for nix.package

This commit is contained in:
Gabriel Arazas 2023-12-16 19:00:09 +08:00
parent c9bee4b97a
commit 9cd586231e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -303,9 +303,8 @@
lib.nameValuePair name' { inherit flake; }) lib.nameValuePair name' { inherit flake; })
inputs; inputs;
# Parallel downloads! PARALLEL DOWNLOADS! It's like Pacman 6.0 all over # Set the package for generating the configuration.
# again. nix.package = lib.mkDefault pkgs.nixUnstable;
nix.package = pkgs.nixUnstable;
# Set the configurations for the package manager. # Set the configurations for the package manager.
nix.settings = nix.settings =