Update nix flake

This commit is contained in:
2025-01-07 18:41:30 +03:00
parent b32c74d058
commit 6724d80c15

View File

@@ -95,7 +95,7 @@
mkdir -p ${sync.target} mkdir -p ${sync.target}
photocatalog -source ${sync.source} -target ${sync.target} photocatalog -source ${sync.source} -target ${sync.target}
'' else null; '' else null;
script = photocatalog; script = "photocatalog";
scriptArgs = "-source ${sync.source} -target ${sync.target} -skip-full-sync -watch"; scriptArgs = "-source ${sync.source} -target ${sync.target} -skip-full-sync -watch";
} }
) config.photocatalog.syncs; ) config.photocatalog.syncs;