Don't use nixUnstable
This commit is contained in:
parent
a6039e1be2
commit
1fcef0a0e0
@ -27,7 +27,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