stdenv: make knownVulnerabilities a known meta-type

This commit is contained in:
Graham Christensen 2017-12-14 07:36:26 -05:00
parent b45be40818
commit ae9a7c4969
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

View File

@ -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;