From 5d0ade69589d2d53397137ef900322a43947b416 Mon Sep 17 00:00:00 2001 From: mexisme Date: Mon, 28 Nov 2022 23:21:34 +1300 Subject: [PATCH] Add-back linux-surface/linux-surface repo, for easy access to the kernel patches --- microsoft/surface/repos.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/microsoft/surface/repos.nix b/microsoft/surface/repos.nix index 42e31de..586d094 100644 --- a/microsoft/surface/repos.nix +++ b/microsoft/surface/repos.nix @@ -1,4 +1,11 @@ { 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: linux-surface-kernel = { rev, sha256 }: fetchFromGitHub {