Fix update-local-flakes app

This commit is contained in:
Geoffrey Frogeye 2025-02-25 15:24:22 +01:00
parent 0478f00a58
commit 3dc42a7756
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -132,6 +132,7 @@
# We don't do an overlay for the whole system because lix is not binary compatible.
overlays = [
(self: super: { nix = super.lix; })
(import ./common/update-local-flakes/overlay.nix)
];
}
);