Unverified Commit 6a8ce8ad authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

pkgs/formats: toml format type is not nullable (#471967)

parents 105d58f7 cbcce89d
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: