diff options
Diffstat (limited to '')
-rw-r--r-- | dictionary.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dictionary.nix b/dictionary.nix new file mode 100644 index 0000000..5f1b912 --- /dev/null +++ b/dictionary.nix @@ -0,0 +1,5 @@ +{pkgs ? import <nixpkgs> {}}: +pkgs.fetchurl { + url = "https://raw.githubusercontent.com/dwyl/english-words/20f5cc9b3f0ccc8ce45d814c532b7c2031bba31c/words_alpha.txt"; + hash = "sha256-PtDJRhDYvPfBG7tJxWqknHI00ytmgk35H1VBaeVy2kg="; +} |