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
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
in
|
||||
{
|
||||
overlays = rec {
|
||||
default = override;
|
||||
default = insert;
|
||||
# Override onto the input nixpkgs
|
||||
override = _: prev: mkPackage prev;
|
||||
# Insert using the locked nixpkgs
|
||||
|
|
Loading…
Add table
Reference in a new issue