From 1080d8e195f336a6e9902563a3d8484cdbaa0842 Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 28 Feb 2024 20:47:35 +0100 Subject: fix(hm/conf/unison): Don't pass `links` argument along twice --- hm/soispha/conf/unison/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix index dee32d8e..f37e9871 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -163,6 +163,7 @@ in { export UNISON=${esa unisonPath}; if [ "$1" = "links" ]; then + shift 1; EXTRA_OPTIONS="-links=true"; fi EXTRA_OPTIONS="$EXTRA_OPTIONS $*" -- cgit 1.4.1