This website requires JavaScript.
Explore
Help
Sign In
aires
/
nixos-hardware
Watch
1
Star
0
Fork
You've already forked nixos-hardware
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
7c00c8b5ca
nixos-hardware
/
microsoft
/
surface
/
kernel
/
default.nix
6 lines
94 B
Nix
Raw
Normal View
History
Unescape
Escape
Port of linux-surface/linux-surface Kernel patches to NixOS (#221)
2021-01-23 01:36:37 -05:00
{
config
,
lib
,
pkgs
,
.
.
.
}:
{
Update to kernel 5.10.19 - Add kernel 5.10.19 and latest linux-surface patches - Remove kernel 5.10.2 commit 7250b8cbb40bc001109b1032b426ce9923335de0 Author: mexisme <wildjim+dev@kiwinet.org> Date: Fri Feb 5 08:38:10 2021 +1300 commit 90b210dfeeaf6f625e1b7f47dfc3a0b60f4172a6 Author: mexisme <wildjim+dev@kiwinet.org> Date: Fri Feb 5 08:37:41 2021 +1300 commit bbb5dec0e353f841612a1c3a3f933c56ede418b2 Author: mexisme <wildjim+dev@kiwinet.org> Date: Tue Feb 2 23:58:51 2021 +1300 commit bde79616d2795fcedc2d88161933713a9f37e3a7 Author: mexisme <wildjim+dev@kiwinet.org> Date: Tue Feb 2 23:58:35 2021 +1300 commit be5b9c91acaebe1e17d582a1f364995dadcc339d Author: mexisme <wildjim+dev@kiwinet.org> Date: Tue Feb 2 23:57:54 2021 +1300
2021-03-05 23:33:35 -05:00
boot
.
kernelPackages
=
pkgs
.
callPackage
./linux-5.10.19
{
}
;
Port of linux-surface/linux-surface Kernel patches to NixOS (#221)
2021-01-23 01:36:37 -05:00
}
Reference in a new issue
Copy permalink