Fix update-local-flakes app
This commit is contained in:
parent
0478f00a58
commit
3dc42a7756
|
@ -132,6 +132,7 @@
|
||||||
# We don't do an overlay for the whole system because lix is not binary compatible.
|
# We don't do an overlay for the whole system because lix is not binary compatible.
|
||||||
overlays = [
|
overlays = [
|
||||||
(self: super: { nix = super.lix; })
|
(self: super: { nix = super.lix; })
|
||||||
|
(import ./common/update-local-flakes/overlay.nix)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue