From b9db18462ec105e3a77ebf9206beb51a66c610f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Tue, 3 Jun 2025 19:17:36 +0200 Subject: [PATCH] Fix nextcloud sync --- hm/accounts/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) 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 =