forked from mirrors/nixpkgs
stdenv: make knownVulnerabilities a known meta-type
This commit is contained in:
parent
b45be40818
commit
ae9a7c4969
|
@ -153,6 +153,7 @@ let
|
|||
broken = bool;
|
||||
|
||||
# Weirder stuff that doesn't appear in the documentation?
|
||||
knownVulnerabilities = listOf str;
|
||||
version = str;
|
||||
tag = str;
|
||||
updateWalker = bool;
|
||||
|
|
Loading…
Reference in a new issue