add packages.qemu-uefi

This commit is contained in:
Sean Buckley 2022-03-18 01:36:18 -04:00
parent 50851acaa5
commit 225c7798f4

View file

@ -65,6 +65,10 @@
writeShellScriptBin "jupyterlab" ''
exec ${jupy}/bin/python -m jupyterlab "$@"
'';
qemu-uefi = writeShellScriptBin "qemu-uefi" ''
exec ${qemu_kvm}/bin/qemu-kvm -bios ${OVMF.fd}/FV/OVMF.fd "$@"
'';
}
);
};