forked from mirrors/nixpkgs
Use nixUnstable by default
This commit is contained in:
parent
80dd602c48
commit
64a41b7a90
|
@ -63,7 +63,7 @@ in
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.nix;
|
default = pkgs.nixUnstable;
|
||||||
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 a new issue