From ad476fb1cde106c10cf5c349f900d9b004fd9b6c Mon Sep 17 00:00:00 2001 From: Steffen Siering Date: Fri, 16 Feb 2024 14:05:22 +0100 Subject: [PATCH] Recommend Nix installer (#6) Co-authored-by: urso --- README.md | 6 ++++-- ci/run.sh | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 162b7ff..9388eb6 100644 --- a/README.md +++ b/README.md @@ -144,9 +144,11 @@ pgzx is currently under heavy development by the [Xata](https://xata.io) team. I We use Nix to provide a local development shell. But you should be able to run the following scripts without the development shell. -TODO: test the scripts without development shell +We would recommend the [nix-installer from DeterminateSystems](https://github.com/DeterminateSystems/nix-installer). The +installer enables Nix Flakes (used by this project) out of the box and also +provides an uninstaller. -TODO: recommend nix installer +TODO: test the scripts without development shell TODO: support to create develpment shell in docker container diff --git a/ci/run.sh b/ci/run.sh index feadb46..cb3f1a4 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -3,7 +3,6 @@ set -e set -o pipefail -echo "Test test" echo "Build and install extension" cd $PRJ_ROOT/examples/char_count_zig