mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
config: set stable Nix as default Nix package
I should've set this in the first place.
This commit is contained in:
parent
d756ca2796
commit
d7ef172ba0
@ -278,7 +278,7 @@
|
|||||||
inputs;
|
inputs;
|
||||||
|
|
||||||
# Set the package for generating the configuration.
|
# Set the package for generating the configuration.
|
||||||
nix.package = lib.mkDefault pkgs.nixUnstable;
|
nix.package = lib.mkDefault pkgs.nixStable;
|
||||||
|
|
||||||
# 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