From b4bbf6e5a796d6dfc44ac0a052ec4949d2394927 Mon Sep 17 00:00:00 2001 From: James Eversole Date: Tue, 2 May 2023 18:41:00 -0500 Subject: [PATCH] Add --impure flag for native build; add disclaimer that I'm working on dropping the impure requirement --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 1ae3037..3685ab8 100644 --- 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.