microsoft/surface: add kernel switching for LTS and latest kernels

This commit is contained in:
Andre
2025-04-10 20:37:04 -04:00
parent de6fc55511
commit 8141742b12
9 changed files with 228 additions and 87 deletions

View File

@@ -0,0 +1,9 @@
{ fetchFromGitHub, rev, hash }:
{
linux-surface = fetchFromGitHub {
owner = "linux-surface";
repo = "linux-surface";
rev = rev;
hash = hash;
};
}