remove cros_ec*

This commit is contained in:
Tao Tien 2024-05-28 20:40:46 -07:00
parent 6a2cc7b49d
commit e6e9ab4e3c

View file

@ -4,16 +4,6 @@
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 = [
# (final: prev: {
# libinput = prev.libinput.overrideAttrs (old: {