From 9f33b43899dfa0283e481b8055c8a7a3b793f9ff Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 29 Feb 2024 06:54:10 +0100 Subject: fix(hm/conf/unison): Add missing `diff` dependency for diffs --- hm/soispha/conf/unison/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hm/soispha') diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix index 91a348c3..16fc63f1 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -172,7 +172,8 @@ in { dependencies = with pkgs; [ unison openssh # needed to connect to the other server - less # needed for diffs + less # needed to show diffs + diffutils # needed to compute diffs ]; }) ]; -- cgit 1.4.1