commit b4bbf6e5a796d6dfc44ac0a052ec4949d2394927
parent a04b129e37414e2eb134f4c524bcbd75aa1d511a
Author: James Eversole <james@eversole.co>
Date: Tue, 2 May 2023 18:41:00 -0500
Add --impure flag for native build; add disclaimer that I'm working on dropping the impure requirement
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README b/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.