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