lol

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

+10
+10
nixos/modules/installer/sd-card/sd-image-riscv64-qemu-installer.nix
··· 1 + { 2 + imports = [ 3 + ../../profiles/installation-device.nix 4 + ./sd-image-riscv64-qemu.nix 5 + ]; 6 + 7 + # the installation media is also the installation target, 8 + # so we don't want to provide the installation configuration.nix. 9 + installer.cloneConfig = false; 10 + }