summary refs log tree commit diff
path: root/img/combined/run-vm.nix
Commit message (Collapse)AuthorAge
* Use QEMU's built-in edk2 binariesAlyssa Ross2022-04-20
| | | | | This saves the need to build OVMF separately, which has quite a long dependency chain.
* Add missing development dependenciesAlyssa Ross2022-04-20
| | | | | The run-vm.nix outputs were missing a coreutils dependency, and img/live's shell.nix was missing qemu.
* img/installer: separate from combined imageAlyssa Ross2022-02-14
This way, we don't need to a build a whole huge image to test changes to the installer system. In fact, we don't need to build an image for it at all — we can just run it in a VM with root on 9p.