From 7671f920f88421d50f5edb34ddd67f48145283a6 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Sat, 24 Oct 2015 17:32:21 +0300 Subject: [PATCH] ARM: Use linuxPackages_latest in ARMv7 image 4.2 is out now, which includes the pcDuino3 Nano DTB. --- .../modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix b/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix index 6be79b587c7..15e22fb50d4 100644 --- a/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix +++ b/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix @@ -22,8 +22,7 @@ in boot.loader.grub.enable = false; boot.loader.generic-extlinux-compatible.enable = true; - # FIXME: change this to linuxPackages_latest once v4.2 is out - boot.kernelPackages = pkgs.linuxPackages_testing; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelParams = ["console=ttyS0,115200n8" "console=ttyAMA0,115200n8" "console=tty0"]; # FIXME: this probably should be in installation-device.nix