{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.cmake pkgs.cq-editor ]; }