{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ (import ./nix/pkglst/shell-pkgs.nix { inherit pkgs; }) ]; shellHook = '' if [[ -e ".envrc" ]]; then source .envrc fi ''; }