From 0d5ec076d2c466d216d5fa2634973368515cb54d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 7 Nov 2013 15:38:18 +0100 Subject: Use default kernel for EFI-related stuff --- nixos/tests/efi-installer.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/tests') diff --git a/nixos/tests/efi-installer.nix b/nixos/tests/efi-installer.nix index 63aa0289ffbe..990f2b84a6c9 100644 --- a/nixos/tests/efi-installer.nix +++ b/nixos/tests/efi-installer.nix @@ -38,7 +38,6 @@ let config = builtins.toFile "configuration.nix" '' { pkgs, ... }: { imports = [ ./hardware-configuration.nix ]; - boot.kernelPackages = pkgs.linuxPackages_3_10; boot.loader.grub.enable = false; boot.loader.efi.canTouchEfiVariables = true; boot.loader.gummiboot.enable = true; -- cgit 1.4.1