diff options
author | breezystatic77 | 2025-01-26 12:42:38 -0500 |
---|---|---|
committer | breezystatic77 | 2025-01-26 12:42:38 -0500 |
commit | 38a8771857ae1b366afb0952888eaa3c631df11e (patch) | |
tree | 5f342f3295ee6c54cbabd003b0a73660e5116f8b /dictionary.nix |
initial commit
Diffstat (limited to 'dictionary.nix')
-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="; +} |