diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix index d34eed4c38b9..e230888d9fcb 100644 --- a/lib/systems/platforms.nix +++ b/lib/systems/platforms.nix @@ -632,8 +632,6 @@ rec { else if platform.isPower64 then if platform.isLittleEndian then powernv else ppc64 - else if platform.isLoongArch64 then - loongarch64-multiplatform else { }; }