From 3740ca57323dee09611cd0e920a6032b45df6660 Mon Sep 17 00:00:00 2001 From: Eman Resu <78693624+quatquatt@users.noreply.github.com> Date: Sun, 24 May 2026 18:38:55 -0400 Subject: [PATCH] formats.toml: don't merge with json format --- 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 8c87c868de75..cfe95417ac31 100644 --- a/pkgs/pkgs-lib/formats.nix +++ b/pkgs/pkgs-lib/formats.nix @@ -460,8 +460,7 @@ optionalAttrs allowAliases aliases toml = { }: - json { } - // { + { type = types.toml; generate =