about summary refs log tree commit diff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 78229945..2d8a2d70 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -40,8 +40,8 @@ let
       config = pkgs.config.vuizvui.games or null;
     };
 
-    kernelPatches = {
-      bfqsched = callPackage ./kpatches/bfqsched { };
+    kernel = {
+      bfqsched = callPackage ./kernel/bfqsched { };
     };
 
     openlab = pkgs.recurseIntoAttrs {