mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
11 lines
255 B
Nix
11 lines
255 B
Nix
{
|
|
imports = [
|
|
../../profiles/installation-device.nix
|
|
./sd-image-aarch64.nix
|
|
];
|
|
|
|
# the installation media is also the installation target,
|
|
# so we don't want to provide the installation configuration.nix.
|
|
installer.cloneConfig = false;
|
|
}
|