From 8d7ab76a06a6f3001bbdbc908f6ec7303627606d Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 28 Feb 2024 20:48:00 +0100 Subject: fix(hm/conf/unison): Add `less`, as it's needed to display diffs --- hm/soispha/conf/unison/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hm/soispha/conf/unison/default.nix') diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix index f37e9871..962dd8ab 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -169,7 +169,11 @@ in { EXTRA_OPTIONS="$EXTRA_OPTIONS $*" '' + script); - dependencies = with pkgs; [unison openssh]; + dependencies = with pkgs; [ + unison + openssh # needed to connect to the other server + less # needed for diffs + ]; }) ]; services.unison = { -- cgit 1.4.1