diff --git a/hm/accounts/nextcloud.nix b/hm/accounts/nextcloud.nix index da236cf..3665436 100644 --- a/hm/accounts/nextcloud.nix +++ b/hm/accounts/nextcloud.nix @@ -17,6 +17,7 @@ in pkgs.writeShellApplication { name = "nextcloud_sync"; runtimeInputs = with pkgs; [ + coreutils-full # dirname nextcloud-client ]; text =