{ pkgs ? import { } }: with pkgs; mkShell { buildInputs = with pkgs; [ qmk ]; }