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