{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ qmk just util-linux udisks ]; }