stdenv/check-meta: add maxSilent
Hydra supports it https://github.com/NixOS/hydra/blob/master/src/hydra-eval-jobs/hydra-eval-jobs.cc#L172 (cherry picked from commit 40944bbab7f0bb3f76b8c789c2a0cbe7dafcb7cc)
This commit is contained in:
parent
e06ef38b52
commit
afcc2a1bed
@ -231,6 +231,7 @@ let
|
|||||||
timeout = int;
|
timeout = int;
|
||||||
|
|
||||||
# Weirder stuff that doesn't appear in the documentation?
|
# Weirder stuff that doesn't appear in the documentation?
|
||||||
|
maxSilent = int;
|
||||||
knownVulnerabilities = listOf str;
|
knownVulnerabilities = listOf str;
|
||||||
name = str;
|
name = str;
|
||||||
version = str;
|
version = str;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user