2022-12-31 11:52:38 +01:00
|
|
|
{ fetchFromGitHub }:
|
2022-12-05 16:01:37 +13:00
|
|
|
|
|
|
|
{
|
2022-11-28 23:21:34 +13:00
|
|
|
linux-surface = fetchFromGitHub {
|
2021-08-02 11:55:36 -05:00
|
|
|
owner = "linux-surface";
|
2022-11-28 23:21:34 +13:00
|
|
|
repo = "linux-surface";
|
2024-10-24 16:46:14 -04:00
|
|
|
rev = "arch-6.11.4-1";
|
|
|
|
hash = "sha256-5rKfAIkGoD5Y4nMobr7wGvzZqN2yFElXqHdcQS2VL14=";
|
2021-01-23 19:36:37 +13:00
|
|
|
};
|
2021-02-07 00:55:27 +13:00
|
|
|
|
2022-11-28 23:21:34 +13:00
|
|
|
# This is the owner and repo for the pre-patched kernel from the "linux-surface" project:
|
|
|
|
linux-surface-kernel = { rev, sha256 }:
|
|
|
|
fetchFromGitHub {
|
|
|
|
owner = "linux-surface";
|
|
|
|
repo = "kernel";
|
|
|
|
inherit rev sha256;
|
|
|
|
};
|
|
|
|
|
2021-03-06 22:48:50 +13:00
|
|
|
surface-go-ath10k-firmware_backup = fetchFromGitHub {
|
2021-08-02 11:55:36 -05:00
|
|
|
owner = "mexisme";
|
|
|
|
repo = "linux-surface_ath10k-firmware";
|
|
|
|
rev = "74e5409e699383d6ca2bc4da4a8433d16f3850b1";
|
|
|
|
sha256 = "169vgvxpgad9anmchs22fj5qm6ahzjfdnwhd8pc280q705vx6pjk";
|
2021-02-24 08:46:33 +13:00
|
|
|
};
|
2021-01-23 19:36:37 +13:00
|
|
|
}
|