Skip to content

Commit

Permalink
Merge pull request #228013 from amjoseph-nixpkgs/pr/qemuArch/mips
Browse files Browse the repository at this point in the history
lib/systems: add mips64[el] entries to qemuArch
  • Loading branch information
Adam Joseph authored May 9, 2023
2 parents e6809fb + 7001445 commit 89325a1
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 @@ -145,6 +145,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.isMips64 then "mips64${lib.optionalString final.isLittleEndian "el"}"
else final.uname.processor;

# Name used by UEFI for architectures.
Expand Down

0 comments on commit 89325a1

Please sign in to comment.