Revert "Use nixUnstable by default"
This reverts commit 64a41b7a90bd99f532847ef1b6ad3c3c6a2a7120.
This commit is contained in:
parent
192d20e820
commit
07aa0f7f21
@ -63,7 +63,7 @@ in
|
|||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.nixUnstable;
|
default = pkgs.nix;
|
||||||
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