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:
@@ -495,8 +495,7 @@ optionalAttrs allowAliases aliases
|
||||
*/
|
||||
cdn =
|
||||
{ }:
|
||||
json { }
|
||||
// {
|
||||
{
|
||||
type = serializableValueWith { typeName = "CDN"; };
|
||||
|
||||
generate =
|
||||
|
||||
Reference in New Issue
Block a user