flake: switch default overlay to insert for wider compatibility (#282)
Advanced users can opt into using the override flake for layering on top of the flake, given they are on a compatible nixpkgs version and know what they are doing
This commit is contained in:
parent
477686adb0
commit
a5e79676c4
|
@ -23,7 +23,7 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
overlays = rec {
|
overlays = rec {
|
||||||
default = override;
|
default = insert;
|
||||||
# Override onto the input nixpkgs
|
# Override onto the input nixpkgs
|
||||||
override = _: prev: mkPackage prev;
|
override = _: prev: mkPackage prev;
|
||||||
# Insert using the locked nixpkgs
|
# Insert using the locked nixpkgs
|
||||||
|
|
Loading…
Reference in a new issue