From 576805b7b07ce34bc47aa0bd862e3452bf29122b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 27 Jun 2026 15:09:40 +0200 Subject: [PATCH] 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. --- nix/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nix/README.md b/nix/README.md index d50d1d3f2..10d1fb3e8 100644 --- a/nix/README.md +++ b/nix/README.md @@ -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