Merge pull request #108021 from siraben/mmix-emulator

lib/systems: add emulator for mmix
This commit is contained in:
John Ericson 2020-12-31 13:41:59 -05:00 committed by GitHub
commit 487141bc93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,6 +124,8 @@ rec {
then "${qemu-user}/bin/qemu-${final.qemuArch}"
else if final.isWasi
then "${pkgs.wasmtime}/bin/wasmtime"
else if final.isMmix
then "${pkgs.mmixware}/bin/mmix"
else throw "Don't know how to run ${final.config} executables.";
} // mapAttrs (n: v: v final.parsed) inspect.predicates