zed-editor: mark as broken on darwin

This commit is contained in:
Gaetan Lepage 2024-04-12 14:03:24 +02:00
parent b38b56ae1e
commit 6367606662

View File

@ -202,5 +202,7 @@ rustPlatform.buildRustPackage rec {
];
mainProgram = "zed";
platforms = platforms.all;
# Currently broken on darwin: https://github.com/NixOS/nixpkgs/pull/303233#issuecomment-2048650618
broken = stdenv.isDarwin;
};
}