mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-11 03:21:13 +01:00
microsoft/surface: add kernel switching for LTS and latest kernels
This commit is contained in:
parent
de6fc55511
commit
8141742b12
9 changed files with 228 additions and 87 deletions
9
microsoft/surface/common/kernel/repos.nix
Normal file
9
microsoft/surface/common/kernel/repos.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ fetchFromGitHub, rev, hash }:
|
||||
{
|
||||
linux-surface = fetchFromGitHub {
|
||||
owner = "linux-surface";
|
||||
repo = "linux-surface";
|
||||
rev = rev;
|
||||
hash = hash;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue