Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
remove broken mips targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Mar 21, 2022
1 parent ad273fd commit 22a02c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
n == "fuloongminipc" || # some definition conflict broken with glibc <-> kernelHeaders
n == "vc4" || # binutils/gcc broken; clevera wants to fix it
(lib.hasPrefix "mipsisa" n) || # junk, never worked, should be not in nixpkgs
n == "mipsel-linux-gnu" || # junk, unknown abi o32
n == "mips64el-linux-gnuabin32" || # junk
n == "mips64-linux-gnuabin32" || # junk
false
)
) pkgsCross;
Expand Down

0 comments on commit 22a02c1

Please sign in to comment.