mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
config: set proper module default for nix.package
This commit is contained in:
parent
c9bee4b97a
commit
9cd586231e
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user