From 38a8771857ae1b366afb0952888eaa3c631df11e Mon Sep 17 00:00:00 2001 From: breezystatic77 Date: Sun, 26 Jan 2025 12:42:38 -0500 Subject: initial commit --- dictionary.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dictionary.nix (limited to 'dictionary.nix') 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 {}}: +pkgs.fetchurl { + url = "https://raw.githubusercontent.com/dwyl/english-words/20f5cc9b3f0ccc8ce45d814c532b7c2031bba31c/words_alpha.txt"; + hash = "sha256-PtDJRhDYvPfBG7tJxWqknHI00ytmgk35H1VBaeVy2kg="; +} -- cgit v1.2.3