dacbert: revert to linuxPackages_5_14

linuxPackages_latest (5.15) doesn't have working audio/graphics
This commit is contained in:
Astro 2021-12-14 18:11:12 +01:00
parent 52ac03ee0f
commit d3924d4fcf
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
'';
};
};
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_5_14;
# TODO: can be removed when https://github.com/NixOS/nixpkgs/pull/142015 is merged
kernelPatches = [{
name = "disable-FB_SIMPLE";