scx.rustscheds: aarch64-linux is good

(cherry picked from commit 9d010c79c3)
This commit is contained in:
Yuxuan Shui
2026-06-06 15:03:30 +01:00
committed by github-actions[bot]
parent 94375c6214
commit 70d4a02bd9

View File

@@ -114,7 +114,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
changelog = "https://github.com/sched-ext/scx/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
badPlatforms = [ "aarch64-linux" ];
maintainers = with lib.maintainers; [
johnrtitor
Gliczy