split justfile into nixos.just + mars.just

This commit is contained in:
2026-03-12 15:15:15 +01:00
parent a79219d39e
commit 4b8a4ad0f1
4 changed files with 153 additions and 121 deletions

View File

@ -459,6 +459,8 @@ rec {
# Dynamic libraries from buildinputs:
# LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
JUST_JUSTFILE = "./nixos.just";
# Those are read by the justfile
FAIL_SHARE = "${fail-bin}/share";
WASI_ROOT = wasi-sdk;