Add-back linux-surface/linux-surface repo, for easy access to the kernel patches
This commit is contained in:
parent
50ce82cc84
commit
5d0ade6958
|
@ -1,4 +1,11 @@
|
||||||
{ fetchFromGitHub, fetchurl }: {
|
{ fetchFromGitHub, fetchurl }: {
|
||||||
|
linux-surface = fetchFromGitHub {
|
||||||
|
owner = "linux-surface";
|
||||||
|
repo = "linux-surface";
|
||||||
|
rev = "6d0fa58a6eadda44b35a3c5e60db2ed0fa0c101e";
|
||||||
|
sha256 = "sha256-Jf6DN/pZaGIk58pA+CUylpl09Wi4vA3vKZC60b3WcOg=";
|
||||||
|
};
|
||||||
|
|
||||||
# This is the owner and repo for the pre-patched kernel from the "linux-surface" project:
|
# This is the owner and repo for the pre-patched kernel from the "linux-surface" project:
|
||||||
linux-surface-kernel = { rev, sha256 }:
|
linux-surface-kernel = { rev, sha256 }:
|
||||||
fetchFromGitHub {
|
fetchFromGitHub {
|
||||||
|
|
Loading…
Reference in a new issue