Skip to content

v5.2.5: utils.makeOverlay to replace utils.mkOverlay due to failing checks

Compare
Choose a tag to compare
@BirdeeHub BirdeeHub released this 08 Apr 12:18
· 219 commits to main since this release

utils.mkOverlays being depreciated in favor of utils.makeOverlays due to not passing checks. overlays now accessible via outputs.overlays.packageName instead of outputs.overlays.${system}.packageName

new function is called differently and in a slightly different spot, but achieves the same end goal

devShell output changed to devShells.${system}.default due to devShell output being an old way to do it.

Overlays output change:

New:

https://github.com/BirdeeHub/nixCats-nvim/blob/5d587160dffbb30577e4bebf1caa186085d9d704/flake.nix#L405-L411

Old:

https://github.com/BirdeeHub/nixCats-nvim/blob/60b70f861f253419fced2293de27c031d052b1a0/flake.nix#L385

Dev shell change:

New:

https://github.com/BirdeeHub/nixCats-nvim/blob/5d587160dffbb30577e4bebf1caa186085d9d704/flake.nix#L385C1-L393C7

Old:

https://github.com/BirdeeHub/nixCats-nvim/blob/60b70f861f253419fced2293de27c031d052b1a0/flake.nix#L389C1-L395C7