From 4e602e1783bbaf118548ff99ccc4858d1530ec9b Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sat, 24 Jan 2026 13:50:10 +0000 Subject: [PATCH] fmt --- flake.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index a48917c..cfb4085 100644 --- a/flake.nix +++ b/flake.nix @@ -127,16 +127,16 @@ } ); - flake.nixosModules = { - pgbackrest = ./modules/pgbackrest.nix; - }; + flake.nixosModules = { + pgbackrest = ./modules/pgbackrest.nix; + }; - flake.overlays = { - default = lib.composeManyExtensions overlays; - list = overlays; - }; + flake.overlays = { + default = lib.composeManyExtensions overlays; + list = overlays; + }; - flake.lib = {inherit constants;}; + flake.lib = {inherit constants;}; perSystem = { pkgs,