{ pkgs ? import {} }: with pkgs; mkShell { nativeBuildInputs = [ python3 shellcheck direnv ]; }