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.
This commit is contained in:
Eman Resu
2026-06-07 08:48:20 -04:00
parent d6c42b7725
commit f214820f08
+1 -1
View File
@@ -837,7 +837,7 @@ optionalAttrs allowAliases aliases
float
str
path
package
types.package
]);
in
attrsOf atomType;