doc: show how to work on n-e-j

Change-Id: I51a65597ef712c283f3347351ae9aed2bc329f5e
This commit is contained in:
Maximilian Bosch
2025-02-13 12:25:48 +01:00
parent a987d92bd0
commit 406f4fed35
+8
View File
@@ -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: