diff options
-rw-r--r-- | hm/soispha/conf/unison/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 ]; }) ]; |