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