about summary refs log tree commit diff
path: root/modules
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 /modules
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 'modules')
-rw-r--r--modules/user/aszlig/system/kernel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/system/kernel.nix b/modules/user/aszlig/system/kernel.nix
index 120a6c08..860dcc57 100644
--- a/modules/user/aszlig/system/kernel.nix
+++ b/modules/user/aszlig/system/kernel.nix
@@ -42,7 +42,7 @@ in {
 
   config = mkIf cfg.enable {
     boot = {
-      kernelPatches = singleton pkgs.vuizvui.kernelPatches.bfqsched;
+      kernelPatches = singleton pkgs.vuizvui.kernel.bfqsched;
       kernelPackages = pkgs.linuxPackages_custom {
         inherit (mainlineKernel) version src;
         configfile = generateKConf cfg.config;