lol

Merge pull request #303245 from annaleaves/duckdb-filedescriptors

duckdb: increase file descriptors for installCheck

authored by

Weijia Wang and committed by
GitHub
eab5b0a5 0b4d76ea

+1
+1
pkgs/development/libraries/duckdb/default.nix
··· 108 108 in 109 109 '' 110 110 runHook preInstallCheck 111 + (($(ulimit -n) < 1024)) && ulimit -n 1024 111 112 112 113 HOME="$(mktemp -d)" ${LD_LIBRARY_PATH}="$lib/lib" ./test/unittest ${toString excludes} 113 114