about summary refs log tree commit diff
path: root/pkgs/top-level/linux-kernels.nix
diff options
context:
space:
mode:
authorNick Hu <me@nickhu.co.uk>2021-12-20 10:48:08 +0000
committerGitHub <noreply@github.com>2021-12-20 10:48:08 +0000
commite0e8ca98c71b464f94c1566dedcf076c11ee9b6b (patch)
tree0f0c7e2a63dbbf2d055bc2f25511f444b5290fe4 /pkgs/top-level/linux-kernels.nix
parentc9a191dd6b1448b9e97c2fdfe4c0916902786a3e (diff)
asus-ec-sensors: init at 2021-12-16 (#150989)
Diffstat (limited to 'pkgs/top-level/linux-kernels.nix')
-rw-r--r--pkgs/top-level/linux-kernels.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/linux-kernels.nix b/pkgs/top-level/linux-kernels.nix
index b32f5d0349360..5adb2cc17364d 100644
--- a/pkgs/top-level/linux-kernels.nix
+++ b/pkgs/top-level/linux-kernels.nix
@@ -292,6 +292,8 @@ in {
 
     it87 = callPackage ../os-specific/linux/it87 {};
 
+    asus-ec-sensors = callPackage ../os-specific/linux/asus-ec-sensors {};
+
     asus-wmi-sensors = callPackage ../os-specific/linux/asus-wmi-sensors {};
 
     ena = callPackage ../os-specific/linux/ena {};