mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 21:35:34 +03:00
Update nix flake
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -91,13 +91,13 @@
|
|||||||
path = [
|
path = [
|
||||||
self.packages.${pkgs.system}.photocatalog
|
self.packages.${pkgs.system}.photocatalog
|
||||||
];
|
];
|
||||||
preStart = lib.mkIf (!sync.skipFullSync) [
|
preStart = lib.mkIf (!sync.skipFullSync) """
|
||||||
"mkdir -p ${sync.target}"
|
mkdir -p ${sync.target}
|
||||||
"photocatalog -source ${sync.source} -target ${sync.target}"
|
photocatalog -source ${sync.source} -target ${sync.target}
|
||||||
];
|
""";
|
||||||
script = [
|
script = """
|
||||||
"photocatalog -source ${sync.source} -target ${sync.target} -skip-full-sync -watch"
|
photocatalog -source ${sync.source} -target ${sync.target} -skip-full-sync -watch
|
||||||
];
|
""";
|
||||||
}
|
}
|
||||||
) config.photocatalog.syncs;
|
) config.photocatalog.syncs;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user