public-inbox: remove with statements

This commit is contained in:
Philip Taron
2024-08-18 06:32:22 -07:00
parent d6236f244a
commit 82929eb694
+1 -2
View File
@@ -78,8 +78,7 @@ let
"v2mirror"
];
testConditions = with lib;
concatMapStringsSep " " (n: "! -name ${escapeShellArg n}.t") skippedTests;
testConditions = lib.concatMapStringsSep " " (n: "! -name ${lib.escapeShellArg n}.t") skippedTests;
in