Merge pull request #305 from NixOS/xps

xps-13-9310: fix evaluation
This commit is contained in:
Jörg Thalheim 2021-08-18 17:08:45 +01:00 committed by GitHub
commit 878f629005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Includes the Wi-Fi and Bluetooth firmware for the QCA6390.
hardware.enableRedistributableFirmware = true;
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_5_12;
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.12") (lib.mkDefault pkgs.linuxPackages_latest);
# TODO: upstream this to NixOS
boot.kernelPatches = [{
name = "enable-qca6390-bluetooth";