stdenv/check-meta: add maxSilent

Hydra supports it
https://github.com/NixOS/hydra/blob/master/src/hydra-eval-jobs/hydra-eval-jobs.cc#L172
This commit is contained in:
Artturin
2021-08-07 02:18:59 +03:00
parent 9b26b6aaca
commit 40944bbab7
+1
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;