Pure nix flake; replace crypto-simple with Saltine; update README and TODO

This commit is contained in:
2023-05-02 21:26:40 -05:00
parent b4bbf6e5a7
commit 9efdc01828
7 changed files with 40 additions and 35 deletions

6
README
View File

@ -27,12 +27,10 @@ DEPLOYMENT
Use Nix with flakes enabled.
Build binary and run natively:
nix build --impure && ./result/bin/Purr-musl
nix build && ./result/bin/Purr-musl
Build and add Docker image to local registry:
nix build .#purrImage --impure && docker load < result
I'll get rid of the "--impure" requirement ASAP.
nix build .#purrImage && docker load < result
DEVELOPMENT & SUPPORT