Use stable Nix by default
This commit is contained in:
parent
4a40a1f86e
commit
b3f04718cf
@ -54,7 +54,7 @@ in
|
||||
options = {
|
||||
|
||||
environment.nix = mkOption {
|
||||
default = pkgs.nixUnstable;
|
||||
default = pkgs.nix;
|
||||
merge = mergeOneOption;
|
||||
description = ''
|
||||
This option specifies the Nix package instance to use throughout the system.
|
||||
|
Loading…
Reference in New Issue
Block a user