mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
p14s, t14s: remove linux-firmware version check
nixpkgs is currently using the `unstable-` version
See beb6196e9e
This commit is contained in:
parent
ba9650b14e
commit
67b0b87fd8
2 changed files with 0 additions and 8 deletions
|
|
@ -1,12 +1,8 @@
|
|||
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
];
|
||||
# Wifi support
|
||||
hardware.firmware = lib.mkIf (lib.versionOlder pkgs.linux-firmware.version "20230210") [ pkgs.rtw89-firmware ];
|
||||
|
||||
# For mainline support of rtw89 wireless networking
|
||||
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue