mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add packages.qemu-uefi
This commit is contained in:
parent
50851acaa5
commit
225c7798f4
1 changed files with 4 additions and 0 deletions
|
@ -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 "$@"
|
||||
'';
|
||||
}
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue