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:
ozwaldorf 2024-04-15 01:32:43 -04:00 committed by GitHub
parent 477686adb0
commit a5e79676c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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