Merge pull request #267265 from boltzmannrain/cargo_raze_darwin_tests

authored by

Artturi and committed by
GitHub
62724e4c 55ffaa54

+6
+6
pkgs/development/tools/rust/cargo-raze/default.nix
··· 31 31 ] 32 32 ++ lib.optional stdenv.isDarwin Security; 33 33 34 + preCheck = lib.optionalString stdenv.isDarwin '' 35 + # Darwin issue: Os { code: 24, kind: Uncategorized, message: "Too many open files" } 36 + # https://github.com/google/cargo-raze/issues/544 37 + ulimit -n 1024 38 + ''; 39 + 34 40 __darwinAllowLocalNetworking = true; 35 41 36 42 meta = with lib; {