From bffa9f19fbb5f04b807049b266e66ed28a716bcc Mon Sep 17 00:00:00 2001 From: Eman Resu <78693624+quatquatt@users.noreply.github.com> Date: Sun, 7 Jun 2026 08:28:26 -0400 Subject: [PATCH] pkgs.formats.cdn: remove no-op merge The json format only contains `type` and `generate` attributes, so merging replaces both of them. --- pkgs/pkgs-lib/formats.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/pkgs-lib/formats.nix b/pkgs/pkgs-lib/formats.nix index 1f63c44232f0..3576a00e9943 100644 --- a/pkgs/pkgs-lib/formats.nix +++ b/pkgs/pkgs-lib/formats.nix @@ -495,8 +495,7 @@ optionalAttrs allowAliases aliases */ cdn = { }: - json { } - // { + { type = serializableValueWith { typeName = "CDN"; }; generate =