latest for foureighty

This commit is contained in:
Cyryl Płotnicki 2021-08-22 11:40:27 +01:00
parent ed78b72c22
commit 28216b8196

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_latest_hardened;
boot.kernelPackages = pkgs.linuxPackages_latest;
nixpkgs.overlays = [ (self: super: { buildLinux = x: super.buildLinux ({
ignoreConfigErrors = true;
enableParallelBuilding = true;