Skip to content

Commit

Permalink
Recommend Nix installer (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: urso <steffen.siering at gmail.com>
  • Loading branch information
urso authored Feb 16, 2024
1 parent 7b54f1a commit ad476fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
set -e
set -o pipefail

echo "Test test"
echo "Build and install extension"

cd $PRJ_ROOT/examples/char_count_zig
Expand Down

0 comments on commit ad476fb

Please sign in to comment.