Merge pull request #252397 from name-snrl/privoxy-fix-type

privoxy: fix types.string -> types.str
This commit is contained in:
Weijia Wang 2023-08-30 21:11:18 +02:00 committed by GitHub
commit a3ab4086a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ let
else "${name} ${toString val}\n";
configType = with types;
let atom = oneOf [ int bool string path ];
let atom = oneOf [ int bool str path ];
in attrsOf (either atom (listOf atom))
// { description = ''
privoxy configuration type. The format consists of an attribute