export overlays

This commit is contained in:
2026-01-22 10:35:44 +00:00
parent 3c0a2f0a11
commit 1d24b113fd

View File

@@ -131,6 +131,11 @@
pgbackrest = ./modules/pgbackrest.nix; pgbackrest = ./modules/pgbackrest.nix;
}; };
flake.overlays = {
default = lib.composeManyExtensions overlays;
list = overlays;
};
flake.lib = {inherit constants;}; flake.lib = {inherit constants;};
perSystem = { perSystem = {