If extensions have their lock file updated in some cases, running .#updateLocalFlakes will not work.
3 lines
69 B
Nix
3 lines
69 B
Nix
(self: super: {
|
|
update-local-flakes = super.callPackage ./. {};
|
|
})
|