From b32c74d0585fc5015ca14dae77f825480fb3b9ef Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 18:41:12 +0300 Subject: [PATCH] Update nix flake --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 445e180..35ee782 100644 --- a/flake.nix +++ b/flake.nix @@ -95,9 +95,8 @@ mkdir -p ${sync.target} photocatalog -source ${sync.source} -target ${sync.target} '' else null; - script = '' - photocatalog -source ${sync.source} -target ${sync.target} -skip-full-sync -watch - ''; + script = photocatalog; + scriptArgs = "-source ${sync.source} -target ${sync.target} -skip-full-sync -watch"; } ) config.photocatalog.syncs; };