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; })
|
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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user