From c54c5b765e20fd5117a1200ae9736208af8348ae Mon Sep 17 00:00:00 2001 From: Leonardo Taglialegne Date: Wed, 31 Dec 2025 16:06:12 +0100 Subject: [PATCH] Add rsync to the flake dependencies --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index a7201dc..0f00287 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,7 @@ nativeBuildInputs = with pkgs; [ hostname + rsync ]; buildInputs = with pkgs; [ curl