sd-image-riscv64: Add an -installer variant like others

This commit is contained in:
Zhaofeng Li 2022-01-10 13:45:18 -08:00
parent f7fba6ae71
commit ccd4dc3b98

View File

@ -0,0 +1,10 @@
{
imports = [
../../profiles/installation-device.nix
./sd-image-riscv64-qemu.nix
];
# the installation media is also the installation target,
# so we don't want to provide the installation configuration.nix.
installer.cloneConfig = false;
}