Unverified Commit cbcce89d authored by Johannes Kirschbauer's avatar Johannes Kirschbauer
Browse files

pkgs/formats: toml format type is not nullable

parent 8639aae7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -487,7 +487,10 @@ optionalAttrs allowAliases aliases
    { }:
    json { }
    // {
      type = mkStructuredType { typeName = "TOML"; };
      type = mkStructuredType {
        typeName = "TOML";
        nullable = false;
      };

      generate =
        name: value: