Skip to content

Commit

Permalink
Merge pull request #247288 from amjoseph-nixpkgs/pr/lib/systems/qemu-…
Browse files Browse the repository at this point in the history
…mips64n32
  • Loading branch information
Artturin authored Sep 21, 2023
2 parents 272be73 + 8a543ac commit aeaa0a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/systems/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ rec {
else if final.isS390 && !final.isS390x then null
else if final.isx86_64 then "x86_64"
else if final.isx86 then "i386"
else if final.isMips64n32 then "mipsn32${lib.optionalString final.isLittleEndian "el"}"
else if final.isMips64 then "mips64${lib.optionalString final.isLittleEndian "el"}"
else final.uname.processor;

Expand Down

0 comments on commit aeaa0a7

Please sign in to comment.