summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-09-06 09:23:26 +0100
committerGitHub <noreply@github.com>2019-09-06 09:23:26 +0100
commit2db2362e8f3982980f974417577e8bb85dfb3146 (patch)
tree2cc0e1605834cee53e3bbf136a87248495c33440
parent4ffa2ed1980a950b6cf705109abedddf42cf3be1 (diff)
parent83ca0c4e6b587240fef055e31cca5ef6fdd94761 (diff)
Merge pull request #120 from rycee/x250/acpi_call
thinkpad/x250: add acpi_call
-rw-r--r--lenovo/thinkpad/x250/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lenovo/thinkpad/x250/default.nix b/lenovo/thinkpad/x250/default.nix
index 870d9a8..55ae209 100644
--- a/lenovo/thinkpad/x250/default.nix
+++ b/lenovo/thinkpad/x250/default.nix
@@ -2,5 +2,6 @@
imports = [
../.
../../../common/cpu/intel
+ ../../../common/pc/laptop/acpi_call.nix
];
}