From 6724d80c15619147583008bd386382c387ef8c49 Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 18:41:30 +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 35ee782..82632cb 100644 --- a/flake.nix +++ b/flake.nix @@ -95,7 +95,7 @@ mkdir -p ${sync.target} photocatalog -source ${sync.source} -target ${sync.target} '' else null; - script = photocatalog; + script = "photocatalog"; scriptArgs = "-source ${sync.source} -target ${sync.target} -skip-full-sync -watch"; } ) config.photocatalog.syncs;