export overlays

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

View File

@@ -127,11 +127,16 @@
} }
); );
flake.nixosModules = { flake.nixosModules = {
pgbackrest = ./modules/pgbackrest.nix; pgbackrest = ./modules/pgbackrest.nix;
}; };
flake.lib = {inherit constants;}; flake.overlays = {
default = lib.composeManyExtensions overlays;
list = overlays;
};
flake.lib = {inherit constants;};
perSystem = { perSystem = {
pkgs, pkgs,