Closed mrVanDalo closed 2 months ago
Fixes #36 to make flakeModules work out of the box.
I tried to use pkgs.extend self.overlays.default but couldn't make it work.
pkgs.extend self.overlays.default
Good call! Extending pkgs might be problematic when the user already includes the same overlay, so I guess this is the better solution in either case. Thank you
Fixes #36 to make flakeModules work out of the box.
I tried to use
pkgs.extend self.overlays.default
but couldn't make it work.