Add --impure flag for native build; add disclaimer that I'm working on dropping the impure requirement
This commit is contained in:
parent
a04b129e37
commit
b4bbf6e5a7
4
README
4
README
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user