Need to use line...partial apply instead

This commit is contained in:
niten 2023-09-27 17:07:36 -07:00
parent e55d3329f0
commit 713aa646e5
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ in {
cfg.blacklist.dns) ++ [ "permit" ];
makeRestrictionsString = lst:
concatStringsSep "," (map (line: replaceStrings [ " " ] [ "," ]) lst);
concatStringsSep "," (map (replaceStrings [ " " ] [ "," ]) lst);
in {
enable = true;