mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
Port of linux-surface/linux-surface Kernel patches to NixOS (#221)
This commit is contained in:
5
microsoft/surface/kernel/default.nix
Normal file
5
microsoft/surface/kernel/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.kernelPackages = pkgs.callPackage ./linux-5.10.2 {};
|
||||
}
|
||||
Reference in New Issue
Block a user