hacking.md: mention nix develop

This commit is contained in:
Jörg Thalheim
2024-08-21 08:42:22 +02:00
parent 7de7122479
commit 54a9729a0f
+6
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