1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00
nixos-hardware/acer/c720.nix

11 lines
208 B
Nix

{ lib, ... }:
with lib;
{
imports = singleton ../lib/kernerl-version.nix;
kernelAtleast = singleton
{ version = "3.18";
msg = "Cypress APA touchpad supported added in Linux-3.17-rc1";
};
}