2021-02-22 21:28:39 +00:00
|
|
|
{ config, ... }:
|
2020-04-24 23:36:52 +00:00
|
|
|
{
|
|
|
|
imports = [
|
2021-02-22 21:28:39 +00:00
|
|
|
../sd-card/sd-image-aarch64-installer.nix
|
2020-04-24 23:36:52 +00:00
|
|
|
];
|
2021-02-22 21:28:39 +00:00
|
|
|
config = {
|
|
|
|
warnings = [
|
|
|
|
''
|
|
|
|
.../cd-dvd/sd-image-aarch64.nix is deprecated and will eventually be removed.
|
|
|
|
Please switch to .../sd-card/sd-image-aarch64-installer.nix, instead.
|
|
|
|
''
|
|
|
|
];
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
}
|