nltk-data: make searchable, add all downloadables (#409482)

This commit is contained in:
Yt 2025-05-21 21:56:01 -04:00 committed by GitHub
commit ef3140231e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 224 additions and 45 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 = {