hacking.md: mention nix develop

This commit is contained in:
Jörg Thalheim 2024-08-20 07:40:22 +02:00
parent 7de7122479
commit 54a9729a0f

View file

@ -15,6 +15,12 @@ and dependencies can be found:
$ nix-shell
```
of when flakes are enabled:
```console
$ nix develop
```
To build Hydra, you should then do:
```console