diff options
author | Soispha <soispha@vhack.eu> | 2024-02-24 15:29:05 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-24 15:29:05 +0100 |
commit | 1a15fb0d33e2baf7b68ef93c6240bc92d5011004 (patch) | |
tree | 32b356a53daae48aeda6528ee9eb8e0714f30ae0 | |
parent | fix(pkgs/scripts/aumo): Add a warning on wrong usage (diff) | |
download | nixos-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.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]; |