From 406f4fed35fe495457a0f6487a7be3b025cab1c4 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Thu, 13 Feb 2025 12:25:48 +0100 Subject: [PATCH] doc: show how to work on n-e-j Change-Id: I51a65597ef712c283f3347351ae9aed2bc329f5e --- doc/manual/src/contributing/hacking.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md index 47a789532..89da42665 100644 --- a/doc/manual/src/contributing/hacking.md +++ b/doc/manual/src/contributing/hacking.md @@ -49,6 +49,14 @@ $ just install $ just test --suite=installcheck ``` +It's possible to pass additional `meson` flags to `just setup`. This is +useful when e.g. working on both Lix and nix-eval-jobs which can be done +with + +``` +$ just setup -Dnix-eval-jobs=enabled +``` + (Check and installcheck may both be done after install, allowing you to omit the --suite argument entirely, but this is the order package.nix runs them in.) You can also build Lix manually: