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:
Artturin 2021-08-07 02:15:04 +03:00 committed by github-actions[bot]
parent e06ef38b52
commit afcc2a1bed

View File

@ -231,6 +231,7 @@ let
timeout = int;
# Weirder stuff that doesn't appear in the documentation?
maxSilent = int;
knownVulnerabilities = listOf str;
name = str;
version = str;