mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 16:37:34 +00:00
zed-editor: mark as broken on darwin
This commit is contained in:
parent
b38b56ae1e
commit
6367606662
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user