summaryrefslogtreecommitdiffstats
path: root/lib/systems
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/systems/default.nix b/lib/systems/default.nix
index ccb928eace78..0d51be4b23bc 100644
--- a/lib/systems/default.nix
+++ b/lib/systems/default.nix
@@ -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