{ pkgs ? import { } }: pkgs.mkShell { packages = with pkgs; [ libinput evtest clang-tools ]; inputsFrom = [ (pkgs.callPackage ./default.nix { }) ]; }