mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 06:31:15 +00:00
kilo: clean up badPlatforms
This commit is contained in:
@@ -191,8 +191,5 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
"x86_64-linux"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
badPlatforms = [
|
||||
# Broken due to Bun requiring AVX when run via Rosetta 2 on Apple Silicon.
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user