From d53b05096633cbccc06961593c801c64d1c18a5d Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 17:46:13 +0300 Subject: [PATCH] Update nix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7873367..f0e6e83 100644 --- a/flake.nix +++ b/flake.nix @@ -84,7 +84,7 @@ config = lib.mkIf config.photocatalog.enable { environment.systemPackages = [ self.packages.${pkgs.system}.photocatalog ]; - systemd.services = builtins.attrValues config.photocatalog.syncs (sync: + systemd.services = lib.genAttrs (lib.attrValues config.photocatalog.syncs) (sync: { ${sync.name} = { name = "photocatalog_${sync.name}";