Revert "nltk-data: make searchable, add all downloadables"

This commit is contained in:
Winter 2025-05-22 14:17:31 -04:00 committed by GitHub
parent 460bf97505
commit 51a5e7059a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 45 additions and 224 deletions

View file

@ -76,7 +76,7 @@ in
API_PORT = toString cfg.port;
BASE_URL = "http://localhost:${toString cfg.port}";
DATA_DIR = "/var/lib/mealie";
NLTK_DATA = pkgs.nltk-data.averaged-perceptron-tagger-eng;
NLTK_DATA = pkgs.nltk-data.averaged_perceptron_tagger_eng;
} // (builtins.mapAttrs (_: val: toString val) cfg.settings);
serviceConfig = {