From 8506e63eeea9623d1235b7245aced7f952622b78 Mon Sep 17 00:00:00 2001 From: quapka Date: Sat, 21 Jun 2025 14:21:09 +0200 Subject: Show how to preserve Nix build results locally --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab4ec9e..1db16ef 100644 --- a/README.md +++ b/README.md @@ -349,9 +349,9 @@ nix build "?submodules=1#gcrypt.v194" nix build "?submodules=1#" ``` -Each of the build steps above puts (symlinks really) its results into `./result` directory. -However, subsequent builds then replace that with their own results. To run ECTesterStandalone -with a given library version and arguments do: +Each of the build steps above puts (symlinks really) its results into `./result` directory (use `-o/--out-link {path}` +to change that directory). However, subsequent builds then replace that with their own results. To run +ECTesterStandalone with a given library version and arguments do: ```shell # This runs the default test-suite agains LibreSSL 3.9.2 -- cgit v1.3.1