nixos/cups-pdf: fix settings type (#438619)

This commit is contained in:
Matt Sturgeon
2025-08-30 15:31:53 +01:00
committed by GitHub
+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