lol

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

privoxy: fix types.string -> types.str

authored by

Weijia Wang and committed by
GitHub
a3ab4086 02a37354

+1 -1
+1 -1
nixos/modules/services/networking/privoxy.nix
··· 12 12 else "${name} ${toString val}\n"; 13 13 14 14 configType = with types; 15 - let atom = oneOf [ int bool string path ]; 15 + let atom = oneOf [ int bool str path ]; 16 16 in attrsOf (either atom (listOf atom)) 17 17 // { description = '' 18 18 privoxy configuration type. The format consists of an attribute