0eeabdeb66
GitOrigin-RevId: c07b471b52be8fbc49a7dc194e9b37a6e19ee04d
10 lines
260 B
Nix
10 lines
260 B
Nix
{
|
|
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;
|
|
}
|