From 1a15fb0d33e2baf7b68ef93c6240bc92d5011004 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 24 Feb 2024 15:29:05 +0100 Subject: fix(hm/conf/unison): Fix Typo in `EXTRA_OPTIONS` variable --- hm/soispha/conf/unison/default.nix | 2 +- 1 file changed, 1 insertion(+), 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 7b91920c..13535cb7 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -144,7 +144,7 @@ in { if [ "$1" = "links" ]; then EXTRA_OPTIONS="-links=true"; fi - EXTRA_OPTIONS="$EXTRA_OPTIOS $*" + EXTRA_OPTIONS="$EXTRA_OPTIONS $*" '' + script); dependencies = with pkgs; [unison openssh]; -- cgit 1.4.1