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:
@@ -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
|
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
|
https://github.com/xzfc/cached-nix-shell, which skips evaluating all our Nix
|
||||||
expressions if nothing changed, reducing startup time for the shell
|
expressions if nothing changed, reducing startup time for the shell
|
||||||
|
|||||||
Reference in New Issue
Block a user