Unverified Commit bb2fb152 authored by Silvan Mosberger's avatar Silvan Mosberger Committed by GitHub
Browse files

Merge pull request #192755 from hercules-ci/lib-types-unspecified-name

parents 3c121e14 43efa490
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -262,7 +262,8 @@ rec {
    };

    unspecified = mkOptionType {
      name = "unspecified value";
      name = "unspecified";
      description = "unspecified value";
      descriptionClass = "noun";
    };