pkgs.formats.cdn: remove no-op merge

The json format only contains `type` and `generate` attributes, so
merging replaces both of them.
This commit is contained in:
Eman Resu
2026-06-07 08:48:09 -04:00
parent e7ba7a958b
commit bffa9f19fb
+1 -2
View File
@@ -495,8 +495,7 @@ optionalAttrs allowAliases aliases
*/
cdn =
{ }:
json { }
// {
{
type = serializableValueWith { typeName = "CDN"; };
generate =