diff options
author | EuAndreh <eu@euandre.org> | 2020-10-30 16:36:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-30 16:36:29 -0300 |
commit | e60179152b319f0aa0b5212158525e2c4d53daf0 (patch) | |
tree | 97f576a134c0878ca7ddf41c199eab98cb8dfd5a /default.nix | |
parent | assert-spelling.sh: Enable --trace by default when doing Jekyll builds (diff) | |
download | euandre.org-e60179152b319f0aa0b5212158525e2c4d53daf0.tar.gz euandre.org-e60179152b319f0aa0b5212158525e2c4d53daf0.tar.xz |
Add esperanto dictionary and spellcheck website
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 6da4f1c..b4799c5 100644 --- a/default.nix +++ b/default.nix @@ -20,7 +20,7 @@ let shellcheck jq niv - (hunspellWithDicts (with utils-i18n.dicts; [ en pt fr ])) + (hunspellWithDicts (with utils-i18n.dicts; [ en pt fr eo ])) ]; in rec { site = pkgs.stdenv.mkDerivation { |