stdenv: make knownVulnerabilities a known meta-type

This commit is contained in:
Graham Christensen
2017-12-14 07:36:31 -05:00
parent b45be40818
commit ae9a7c4969
+1
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;