mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Move tool scripts into a separate dir
This commit is contained in:
@ -114,7 +114,7 @@ in {
|
||||
else
|
||||
[]) ++
|
||||
(map (a: "'" + a + "'") cfg.urls);
|
||||
cmd = "${pkgs.docspell.tools}/bin/consumedir.sh " + (builtins.concatStringsSep " " args);
|
||||
cmd = "${pkgs.docspell.tools}/bin/ds-consumedir " + (builtins.concatStringsSep " " args);
|
||||
in
|
||||
{
|
||||
description = "Docspell Consumedir";
|
||||
|
Reference in New Issue
Block a user