Port of linux-surface/linux-surface Kernel patches to NixOS (#221)

This commit is contained in:
mexisme 2021-01-23 19:36:37 +13:00 committed by GitHub
parent 874830945a
commit a0d8383c42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 286 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
boot.kernelPackages = pkgs.callPackage ./linux-5.10.2 {};
}