about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-24 15:29:05 +0100
committerSoispha <soispha@vhack.eu>2024-02-24 15:29:05 +0100
commit1a15fb0d33e2baf7b68ef93c6240bc92d5011004 (patch)
tree32b356a53daae48aeda6528ee9eb8e0714f30ae0
parentfix(pkgs/scripts/aumo): Add a warning on wrong usage (diff)
downloadnixos-config-1a15fb0d33e2baf7b68ef93c6240bc92d5011004.tar.gz
nixos-config-1a15fb0d33e2baf7b68ef93c6240bc92d5011004.zip
fix(hm/conf/unison): Fix Typo in `EXTRA_OPTIONS` variable
-rw-r--r--hm/soispha/conf/unison/default.nix2
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];