Loading pkgs/pkgs-lib/formats.nix +4 −1 Original line number Diff line number Diff line Loading @@ -487,7 +487,10 @@ optionalAttrs allowAliases aliases { }: json { } // { type = mkStructuredType { typeName = "TOML"; }; type = mkStructuredType { typeName = "TOML"; nullable = false; }; generate = name: value: Loading Loading
pkgs/pkgs-lib/formats.nix +4 −1 Original line number Diff line number Diff line Loading @@ -487,7 +487,10 @@ optionalAttrs allowAliases aliases { }: json { } // { type = mkStructuredType { typeName = "TOML"; }; type = mkStructuredType { typeName = "TOML"; nullable = false; }; generate = name: value: Loading