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

Done by upgrading to warp 3.3.19
This commit is contained in:
Steve Chavez
2022-06-03 22:19:16 -05:00
parent 7cc8502a64
commit dd8a2c8979
4 changed files with 16 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);