forked from mirrors/nixpkgs
Use nixUnstable by default
This commit is contained in:
parent
80dd602c48
commit
64a41b7a90
|
@ -63,7 +63,7 @@ in
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.nix;
|
||||
default = pkgs.nixUnstable;
|
||||
description = ''
|
||||
This option specifies the Nix package instance to use throughout the system.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue