fa72c60 .build.yml: Set NIX_CONFIG to allow flakes
~munksgaard pushed to ~munksgaard/ordleg git
81d44aa .build.yml: Set NIX_CONFIG to allow flakes
~munksgaard pushed to ~munksgaard/ordleg git
A wordle clone in Danish.
Go here to play: https://munksgaard.me/ordleg/
Using COR, we can use make_wordlist.rs
to update
src/WordList.elm
:
curl https://ordregister.dk/files/cor1.02.tsv \
| ./make_wordlist.rs \
| elm-format --stdin \
> src/WordList.elm