summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
diff options
context:
space:
mode:
authorDavid Arnold <dar@xoe.solutions>2021-02-02 16:03:20 -0500
committerDavid Arnold <dar@xoe.solutions>2021-02-19 19:00:19 -0500
commit481f68f1a58df48003ccfb2a5aac381e209f6324 (patch)
treed8a86a3a058af888797a2d8b8725f445463334a2 /nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
parent3c744bf68d0dbfbe18f9b0d5487b843f29ed47c1 (diff)
downloadnixpkgs-481f68f1a58df48003ccfb2a5aac381e209f6324.tar
nixpkgs-481f68f1a58df48003ccfb2a5aac381e209f6324.tar.gz
nixpkgs-481f68f1a58df48003ccfb2a5aac381e209f6324.tar.bz2
nixpkgs-481f68f1a58df48003ccfb2a5aac381e209f6324.tar.lz
nixpkgs-481f68f1a58df48003ccfb2a5aac381e209f6324.tar.xz
nixpkgs-481f68f1a58df48003ccfb2a5aac381e209f6324.tar.zst
nixpkgs-481f68f1a58df48003ccfb2a5aac381e209f6324.zip
installer: add back-compat files for sd-card image folder move
Diffstat (limited to 'nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
new file mode 100644
index 00000000000..3a67546a50f
--- /dev/null
+++ b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
@@ -0,0 +1,5 @@
+{
+  imports = [
+    ../sd-card/sd-image-raspberrypi-installer.nix
+  ];
+}