about summary refs log tree commit diff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-10-27 01:32:35 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-10-27 01:32:35 +0200
commit9bc417b108cc489df415cc5f97b7cd8932abd217 (patch)
tree1d80148071426fda4f03a92aa65530346caed222 /pkgs/default.nix
parent711e499942871d4a122178b4ac093176d5ed10ff (diff)
pkgs: Rename "kpatches" directory to "kernel"
This now should reflect "all things kernel" and thus could not only
contain patches but other things. If we have so many patches that it
makes sense to namespace them further, we can still use kernel/patches
for that purpose which is way better than "kpatches".

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
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 {