aboutsummaryrefslogtreecommitdiff
path: root/dictionary.nix
diff options
context:
space:
mode:
authorbreezystatic772025-01-26 12:42:38 -0500
committerbreezystatic772025-01-26 12:42:38 -0500
commit38a8771857ae1b366afb0952888eaa3c631df11e (patch)
tree5f342f3295ee6c54cbabd003b0a73660e5116f8b /dictionary.nix
initial commit
Diffstat (limited to 'dictionary.nix')
-rw-r--r--dictionary.nix5
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=";
+}