From f5d7af28ba64ebfbf23678f6f01cec22f3af672d Mon Sep 17 00:00:00 2001 From: kat witch Date: Sat, 6 Nov 2021 14:49:48 +0000 Subject: [PATCH] Maybe that does make sense, actually --- config/profiles/hardware/raspi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/profiles/hardware/raspi.nix b/config/profiles/hardware/raspi.nix index 34eb79c7..030497ed 100644 --- a/config/profiles/hardware/raspi.nix +++ b/config/profiles/hardware/raspi.nix @@ -11,7 +11,7 @@ generic-extlinux-compatible.enable = true; }; consoleLogLevel = lib.mkDefault 7; - kernelPackages = mkIf (builtins.getEnv "CI_PLATFORM" == "impure") pkgs.linuxPackages_rpi1; + kernelPackages = pkgs.linuxPackages_rpi1; kernelModules = mkForce [ "loop" "atkbd" ]; initrd = { includeDefaultModules = false;