Convert the repos.linux-surface-kernel set to a function
This commit is contained in:
parent
0099253ad0
commit
b32b188154
|
@ -1,9 +1,10 @@
|
||||||
{ lib, pkgs, fetchFromGitHub, fetchurl }: {
|
{ lib, pkgs, fetchFromGitHub, fetchurl }: {
|
||||||
linux-surface-kernel = fetchFromGitHub {
|
# 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";
|
owner = "linux-surface";
|
||||||
repo = "kernel";
|
repo = "kernel";
|
||||||
rev = "db94c89f56d6ceae03ca3802e11197f48e6c539f";
|
inherit rev sha256;
|
||||||
sha256 = "0c58ri0i9gdb4w7l361pnkvq6ap17kmgnxngh0bcdmgn4dc88wx2";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ath10k-firmware = fetchFromGitHub {
|
ath10k-firmware = fetchFromGitHub {
|
||||||
|
|
Loading…
Reference in a new issue