sd_image_raspberrypi4: Remove, as planned initially

The replacement is the generic AArch64 image.

From there, you can customize an image that works better for your
needs, if need be.
This commit is contained in:
Samuel Dionne-Riel
2021-05-05 16:19:13 -04:00
parent caba0b6a23
commit 6cb46a3897
4 changed files with 0 additions and 37 deletions
@@ -1,14 +0,0 @@
{ config, ... }:
{
imports = [
../sd-card/sd-image-raspberrypi4-installer.nix
];
config = {
warnings = [
''
.../cd-dvd/sd-image-raspberrypi4.nix is deprecated and will eventually be removed.
Please switch to .../sd-card/sd-image-raspberrypi4-installer.nix, instead.
''
];
};
}