fix: Keep working when EMFILE is reached (#2158)

Done by upgrading to warp 3.3.19
This commit is contained in:
Steve Chavez
2022-02-09 17:27:29 -05:00
committed by GitHub
parent 41a4396147
commit 9021c96baa
4 changed files with 12 additions and 1 deletions
+9
View File
@@ -50,6 +50,15 @@ let
}
{ };
warp =
lib.dontCheck (prev.callHackageDirect
{
pkg = "warp";
ver = "3.3.19";
sha256 = "0y3jj4bhviss6ff9lwxki0zbdcl1rb398bk4s80zvfpnpy7p94cx";
}
{ });
hasql-dynamic-statements =
lib.dontCheck (lib.unmarkBroken prev.hasql-dynamic-statements);