nixos/cups-pdf: fix settings type

This commit is contained in:
éclairevoyant
2025-08-30 09:18:39 -04:00
parent fca44eeac1
commit 36b01f623e
+8 -6
View File
@@ -42,12 +42,14 @@ let
instanceSettings = name: {
freeformType =
with lib.types;
nullOr (oneOf [
int
str
path
package
]);
attrsOf (
nullOr (oneOf [
int
str
path
package
])
);
# override defaults:
# inject instance name into paths,
# also avoid conflicts between user names and special dirs