From f214820f08e0771b518cbac000189cf6218f653d Mon Sep 17 00:00:00 2001 From: Eman Resu <78693624+quatquatt@users.noreply.github.com> Date: Sun, 7 Jun 2026 08:40:53 -0400 Subject: [PATCH] pkgs.formats.nixConf: use package from lib.types explicitly This was actually being set to the package attribute for the function, which is definitely not what we want. --- pkgs/pkgs-lib/formats.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/pkgs-lib/formats.nix b/pkgs/pkgs-lib/formats.nix index 7639c62ea43e..272099653b3c 100644 --- a/pkgs/pkgs-lib/formats.nix +++ b/pkgs/pkgs-lib/formats.nix @@ -837,7 +837,7 @@ optionalAttrs allowAliases aliases float str path - package + types.package ]); in attrsOf atomType;