Skip to content

Commit

Permalink
Merge pull request #1403 from NixOS/docs
Browse files Browse the repository at this point in the history
Devdocs: mention nix develop and nproc
  • Loading branch information
dasJ authored Sep 3, 2024
2 parents 2d79b0a + 02a5142 commit c8b7a0f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/manual/src/hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8b7a0f

Please sign in to comment.