1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00

Merge pull request #120 from rycee/x250/acpi_call

thinkpad/x250: add acpi_call
This commit is contained in:
Jörg Thalheim 2019-09-06 09:23:26 +01:00 committed by GitHub
commit 2db2362e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,6 @@
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
];
}