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:
@@ -89,7 +89,7 @@
|
|||||||
# name = "photocatalog${lib.replaceStrings ["/"] ["-"] sync.source}";
|
# name = "photocatalog${lib.replaceStrings ["/"] ["-"] sync.source}";
|
||||||
after = [ "local-fs.target" ];
|
after = [ "local-fs.target" ];
|
||||||
path = [
|
path = [
|
||||||
pkgs.photocatalog
|
packages.photocatalog
|
||||||
];
|
];
|
||||||
preStart = if !sync.skipFullSync then ''
|
preStart = if !sync.skipFullSync then ''
|
||||||
mkdir -p ${sync.target}
|
mkdir -p ${sync.target}
|
||||||
|
|||||||
Reference in New Issue
Block a user