about summary refs log tree commit diff
path: root/overlays/patches/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-04-25 10:11:11 +0000
committerAlyssa Ross <hi@alyssa.is>2021-06-13 14:04:58 +0000
commitbc6c46ea887b71c87c282c33deea4f55fb80efd1 (patch)
tree7f4a215047af054807f0b2d50ae60d8162bfdaf9 /overlays/patches/default.nix
parentb7553992caa1001bd098855a033d3a2a74159c70 (diff)
downloadnixlib-bc6c46ea887b71c87c282c33deea4f55fb80efd1.tar
nixlib-bc6c46ea887b71c87c282c33deea4f55fb80efd1.tar.gz
nixlib-bc6c46ea887b71c87c282c33deea4f55fb80efd1.tar.bz2
nixlib-bc6c46ea887b71c87c282c33deea4f55fb80efd1.tar.lz
nixlib-bc6c46ea887b71c87c282c33deea4f55fb80efd1.tar.xz
nixlib-bc6c46ea887b71c87c282c33deea4f55fb80efd1.tar.zst
nixlib-bc6c46ea887b71c87c282c33deea4f55fb80efd1.zip
sys/eve: fix backlight adjustment
Diffstat (limited to 'overlays/patches/default.nix')
-rw-r--r--overlays/patches/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlays/patches/default.nix b/overlays/patches/default.nix
index b7c2f7b7f6bd..63f5e53441e4 100644
--- a/overlays/patches/default.nix
+++ b/overlays/patches/default.nix
@@ -20,6 +20,8 @@ self: super: {
 
   gnupg = self.callPackage ./gnupg { inherit (super) gnupg; };
 
+  kernelPatches = self.callPackage ./linux/patches.nix { inherit (super) kernelPatches; };
+
   public-inbox = self.callPackage ./public-inbox {
     inherit (super) public-inbox;
   };