summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-10-25 22:26:45 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-10-25 22:56:20 +0300
commit0676d691724b2ceebde17377fddf9bc7fcf8f5b0 (patch)
tree14120dd860991c97a93bcdfdca61c2920db3c39c /nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
parent21f4a5f1b13a79e95a1b7afc9cc8caca831b4721 (diff)
downloadnixpkgs-0676d691724b2ceebde17377fddf9bc7fcf8f5b0.tar
nixpkgs-0676d691724b2ceebde17377fddf9bc7fcf8f5b0.tar.gz
nixpkgs-0676d691724b2ceebde17377fddf9bc7fcf8f5b0.tar.bz2
nixpkgs-0676d691724b2ceebde17377fddf9bc7fcf8f5b0.tar.lz
nixpkgs-0676d691724b2ceebde17377fddf9bc7fcf8f5b0.tar.xz
nixpkgs-0676d691724b2ceebde17377fddf9bc7fcf8f5b0.tar.zst
nixpkgs-0676d691724b2ceebde17377fddf9bc7fcf8f5b0.zip
sd-image-*: Include profiles/base.nix
This brings useful goodies like lspci and lsusb that were missing
previously.
Diffstat (limited to 'nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix1
1 files changed, 1 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
index 3f2970757bd..eb676eae05e 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image-raspberrypi.nix
@@ -10,6 +10,7 @@ let
 in
 {
   imports = [
+    ../../profiles/base.nix
     ../../profiles/installation-device.nix
     ./sd-image.nix
   ];