mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
privoxy: fix types.string -> types.str
This commit is contained in:
parent
d1eaf1acfc
commit
9345e48bb4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user