From 1d24b113fd98947cd431546e12514ff7ee98ebb2 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 22 Jan 2026 10:35:44 +0000 Subject: [PATCH] export overlays --- flake.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 0911c22..a48917c 100644 --- a/flake.nix +++ b/flake.nix @@ -127,11 +127,16 @@ } ); - flake.nixosModules = { - pgbackrest = ./modules/pgbackrest.nix; - }; + flake.nixosModules = { + pgbackrest = ./modules/pgbackrest.nix; + }; - flake.lib = {inherit constants;}; + flake.overlays = { + default = lib.composeManyExtensions overlays; + list = overlays; + }; + + flake.lib = {inherit constants;}; perSystem = { pkgs,