mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 11:28:32 +08:00
microsoft/surface: add kernel switching for LTS and latest kernels
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user