diff options
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 { |