about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index fb8450cf..c9c5b300 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -29,9 +29,4 @@ with pkgs;
   # sent = pkgs:q.sent.override { patches = [ ./sent-bg.patch ]; };
   inherit sent;
 
-  linuxPackages = linuxPackages // {
-    kernel = linuxPackages.kernel.override {
-      kernelPatches = [ { name = "usb-fix"; patch = ./kernel-usb.patch; } ];
-    };
-  };
 }