{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ ( with pkgs; [ nixFlakes rund dub ldc sqlite nix-prefetch-git validatePkgConfig jq git ] ) ]; shellHook = '' if [[ -e ".envrc" ]]; then source .envrc fi ''; }