summary refs log tree commit diff
path: root/nixos/modules/installer/sd-card/sd-image-riscv64-qemu-installer.nix
blob: 90c1b8413adcb3da96bdf3f0d84aba31bb04e60a (plain) (blame)
1
2
3
4
5
6
7
8
9
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;
}