diff --git a/pkgs/development/compilers/dotnet/source/vmr.nix b/pkgs/development/compilers/dotnet/source/vmr.nix index c832c28abcb0..597e89134045 100644 --- a/pkgs/development/compilers/dotnet/source/vmr.nix +++ b/pkgs/development/compilers/dotnet/source/vmr.nix @@ -541,8 +541,5 @@ stdenv.mkDerivation { "aarch64-linux" "aarch64-darwin" ]; - # build deadlocks intermittently on rosetta - # https://github.com/dotnet/runtime/issues/111628 - broken = stdenv.hostPlatform.system == "x86_64-darwin"; }; }