fix(emacs): latex packages type

This commit is contained in:
2025-09-22 11:20:33 -06:00
parent 64174eb0e5
commit 449ac4c845

View File

@@ -41,7 +41,7 @@ in {
TexLive package to be made available. TexLive package to be made available.
''; '';
default = {}; default = {};
type = lib.types.attrsOf lib.types.package; type = lib.types.attrsOf lib.types.anything;
}; };
}; };
extraWrapProgramArgs = lib.mkOption { extraWrapProgramArgs = lib.mkOption {