Don't use nixUnstable
This commit is contained in:
parent
a6039e1be2
commit
1fcef0a0e0
@ -27,7 +27,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…
x
Reference in New Issue
Block a user