remove cros_ec*
This commit is contained in:
parent
6a2cc7b49d
commit
e6e9ab4e3c
1 changed files with 0 additions and 10 deletions
|
|
@ -4,16 +4,6 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
# boot.kernelPatches = [
|
|
||||||
# (lib.mkIf (lib.versionOlder pkgs.linuxPackages_latest.kernel.version "6.9")
|
|
||||||
# {
|
|
||||||
# name = "cros_ec_lpc";
|
|
||||||
# patch = pkgs.fetchpatch {
|
|
||||||
# url = "https://patchwork.kernel.org/series/840830/mbox/";
|
|
||||||
# sha256 = "sha256-7jSEAGInFC+a+ozCyD4dFz3Qgh2JrHskwz7UfswizFw=";
|
|
||||||
# };
|
|
||||||
# })
|
|
||||||
# ];
|
|
||||||
# nixpkgs.overlays = [
|
# nixpkgs.overlays = [
|
||||||
# (final: prev: {
|
# (final: prev: {
|
||||||
# libinput = prev.libinput.overrideAttrs (old: {
|
# libinput = prev.libinput.overrideAttrs (old: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue