From 250672e89552a19555ad5800aebf7921161def1c Mon Sep 17 00:00:00 2001 From: Dennis Date: Tue, 27 May 2025 14:32:51 +0200 Subject: [PATCH] removes rsync on work mac --- hosts/dnsc-work/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index dc74ed1..069e18b 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -69,7 +69,7 @@ "yt-dlp" "zoxide" "sqlite" - "rsync" + # "rsync" -> Can't install due to: https://github.com/fastlane/fastlane/discussions/27962 "fnm" "imagemagick" "todo-txt"