lib.systems: remove redundant mapping

This commit is contained in:
oxalica 2019-11-04 12:13:30 +08:00
parent 955d032b47
commit c98da73802
No known key found for this signature in database
GPG key ID: CED392DE0C483D00

View file

@ -91,10 +91,6 @@ rec {
powerpcle = "ppc";
powerpc64 = "ppc64";
powerpc64le = "ppc64le";
mips = "mips";
mipsel = "mipsel";
mips64 = "mips64";
mips64el = "mips64el";
}.${final.parsed.cpu.name} or final.parsed.cpu.name;
emulator = pkgs: let