mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-26 21:09:42 +01:00
Use kernel 5.10.10 and latest linux-surface patches
This commit is contained in:
parent
bde79616d2
commit
bbb5dec0e3
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
boot.kernelPackages = pkgs.callPackage ./linux-5.10.2 {};
|
boot.kernelPackages = pkgs.callPackage ./linux-5.10.10 {};
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
linux-surface = fetchgit {
|
linux-surface = fetchgit {
|
||||||
url="https://github.com/linux-surface/linux-surface.git";
|
url="https://github.com/linux-surface/linux-surface.git";
|
||||||
rev="25ab2cf75e5eda5ab9739db1907300010c06dacf";
|
rev="74e3a9cd99dd21c362f9a674d0bb42a824c39bd8";
|
||||||
sha256="0h8624d7ix1p6ysw9bllmnnwnv164z8xkx56zj3vdczn91vmqcf9";
|
sha256="09andw78kmz9yd37j0r00y1za2j9n0x6g47b1gyijsglj9yzr7lm";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue