Unverified Commit 56e0275a authored by Matt Sturgeon's avatar Matt Sturgeon Committed by GitHub
Browse files

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

parents 6f38b058 36b01f62
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -42,12 +42,14 @@ let
  instanceSettings = name: {
    freeformType =
      with lib.types;
      attrsOf (
        nullOr (oneOf [
          int
          str
          path
          package
      ]);
        ])
      );
    # override defaults:
    # inject instance name into paths,
    # also avoid conflicts between user names and special dirs