Fix nextcloud sync

This commit is contained in:
Geoffrey Frogeye 2025-06-03 19:17:36 +02:00
parent 5a572d5d68
commit b9db18462e

View file

@ -17,6 +17,7 @@ in
pkgs.writeShellApplication {
name = "nextcloud_sync";
runtimeInputs = with pkgs; [
coreutils-full # dirname
nextcloud-client
];
text =