Add --impure flag for native build; add disclaimer that I'm working on dropping the impure requirement

This commit is contained in:
James Eversole 2023-05-02 18:41:00 -05:00
parent a04b129e37
commit b4bbf6e5a7

4
README
View File

@ -27,11 +27,13 @@ DEPLOYMENT
Use Nix with flakes enabled.
Build binary and run natively:
nix build && ./result/bin/Purr-musl
nix build --impure && ./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.
DEVELOPMENT & SUPPORT
Please send me an email for support or to provide patches.