{ pkgs ? import {} }: pkgs.mkShell { name="electron-dev"; buildInputs = [ pkgs.electron ]; }