From 54a9729a0f257b9bb011973ebcae1a42f6284e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 20 Aug 2024 07:40:22 +0200 Subject: [PATCH 1/2] hacking.md: mention nix develop --- doc/manual/src/hacking.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/manual/src/hacking.md b/doc/manual/src/hacking.md index de826720..1f1761a7 100644 --- a/doc/manual/src/hacking.md +++ b/doc/manual/src/hacking.md @@ -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 From 02a514234bcb15e20241d98b2004e0292b4cc160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 20 Aug 2024 07:40:33 +0200 Subject: [PATCH 2/2] hacking.md: make build parallel --- doc/manual/src/hacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/hacking.md b/doc/manual/src/hacking.md index 1f1761a7..ec96b8c6 100644 --- a/doc/manual/src/hacking.md +++ b/doc/manual/src/hacking.md @@ -26,7 +26,7 @@ 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