Update nix flake

This commit is contained in:
2025-01-07 18:41:12 +03:00
parent 4b2d705906
commit b32c74d058

View File

@@ -95,9 +95,8 @@
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 = '' script = photocatalog;
photocatalog -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;
}; };