summary refs log tree commit diff
path: root/nixos/modules/installer/sd-card/sd-image-raspberryp4-installer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/installer/sd-card/sd-image-raspberryp4-installer.nix')
-rw-r--r--nixos/modules/installer/sd-card/sd-image-raspberryp4-installer.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nixos/modules/installer/sd-card/sd-image-raspberryp4-installer.nix b/nixos/modules/installer/sd-card/sd-image-raspberryp4-installer.nix
deleted file mode 100644
index 8f2715569be..00000000000
--- a/nixos/modules/installer/sd-card/sd-image-raspberryp4-installer.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  imports = [
-    ../../profiles/installation-device.nix
-    ./sd-image-raspberrypi4.nix
-  ];
-}