mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
11 lines
268 B
Nix
11 lines
268 B
Nix
{
|
|
imports = [
|
|
../../profiles/installation-device.nix
|
|
./sd-image-armv7l-multiplatform.nix
|
|
];
|
|
|
|
# the installation media is also the installation target,
|
|
# so we don't want to provide the installation configuration.nix.
|
|
installer.cloneConfig = false;
|
|
}
|