mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 20:46:24 +03:00
Update nix flake
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -88,13 +88,13 @@
|
|||||||
{
|
{
|
||||||
name = "photocatalog_${lib.replaceChars ["/"] ["-"] sync.source}";
|
name = "photocatalog_${lib.replaceChars ["/"] ["-"] sync.source}";
|
||||||
after = [ "local-fs.target" ];
|
after = [ "local-fs.target" ];
|
||||||
# path = [
|
path = [
|
||||||
# pkgs.photocatalog
|
pkgs.photocatalog
|
||||||
# ];
|
];
|
||||||
preStart = if !sync.skipFullSync then ''
|
# preStart = if !sync.skipFullSync then ''
|
||||||
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";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user