From 2b463ab1c6b03e5ec65e2711fd5546cc1ef4557d Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 27 Jun 2026 15:07:41 +0200 Subject: [PATCH] nix: remove docker tools note from README This is outdated, we don't have that docker argument anymore - docker tools are exposed by default, when on Linux. --- nix/README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/nix/README.md b/nix/README.md index e3bc695a3..d50d1d3f2 100644 --- a/nix/README.md +++ b/nix/README.md @@ -81,21 +81,6 @@ postgrest-commitlint Most of these commands provide a `--help` output, make sure to check it out. -The `docker` module has large dependencies to be build before the shell becomes -available, which could take an especially long time if the cachix binary cache -is not used. You can activate it by passing a flag to `nix-shell` with -`nix-shell --arg docker true`. This will make the respective utilities available: - -```bash -$ nix-shell --arg docker true -[nix-shell]$ postgrest-docker- -postgrest-docker-load -... - -``` - -Note that `postgrest-docker-load` is now also available. - To run one-off commands, you can also use `nix-shell --run `, which will launch the Nix shell, run that one command and exit. Note that the tab completion will not work with `nix-shell --run`, as Nix has yet to evaluate