public-inbox: remove with statements

This commit is contained in:
Philip Taron 2024-08-16 14:09:33 -07:00
parent d6236f244a
commit 82929eb694
No known key found for this signature in database

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