dotfiles/common/update-local-flakes/overlay.nix

4 lines
70 B
Nix

(self: super: {
update-local-flakes = super.callPackage ./. { };
})