1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-17 16:37:26 -04:00

Merge pull request #1403 from NixOS/docs

Devdocs: mention nix develop and nproc
This commit is contained in:
Janne Heß 2024-09-03 15:03:01 +02:00 committed by GitHub
commit c8b7a0fea9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,12 +15,18 @@ and dependencies can be found:
$ nix-shell
```
of when flakes are enabled:
```console
$ nix develop
```
To build Hydra, you should then do:
```console
[nix-shell]$ autoreconfPhase
[nix-shell]$ configurePhase
[nix-shell]$ make
[nix-shell]$ make -j$(nproc)
```
You start a local database, the webserver, and other components with