Runs nix-build
with a quiet flag, outputting to _rixpress/result
.
Arguments
- verbose
Integer, defaults to 0L. Verbosity level: 0 = show progress indicators only, 1+ = show nix output with increasing verbosity. 0: "Progress only", 1: "Informational", 2: "Talkative", 3: "Chatty", 4: "Debug", 5: "Vomit". Values higher than 5 are capped to 5. Each level adds one –verbose flag to nix-store command.
- max_jobs
Integer, number of derivations to be built in parallel.
- cores
Integer, number of cores a derivation can use during build.
See also
Other pipeline functions:
rxp_populate()