nix: remove hint about installing tools locally from README

This is a heavily discouraged way of using these tools - they will
become outdated almost immediately and would need to be reinstalled on
every change to main.
This commit is contained in:
Wolfgang Walther
2026-06-27 18:01:30 +00:00
parent 2b463ab1c6
commit 576805b7b0
-10
View File
@@ -95,16 +95,6 @@ $ nix-shell --run "postgrest-foo --bar"
```
A third option is to install utilities that you use very often locally:
```bash
$ nix-env -f default.nix -iA devTools
# `postgrest-style` can now be run directly:
$ postgrest-style
```
If you use `nix-shell` very often, you might like to use
https://github.com/xzfc/cached-nix-shell, which skips evaluating all our Nix
expressions if nothing changed, reducing startup time for the shell