dotfiles/common/update-local-flakes/overlay.nix
Geoffrey Frogeye 0d047d3e46
update-local-flakes: Make available as package
If extensions have their lock file updated in some cases,
running .#updateLocalFlakes will not work.
2024-06-17 18:21:09 +02:00

4 lines
69 B
Nix

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