{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ nodejs_26 gnumake ]; shellHook = '' export COREPACK_ENABLE_STRICT=0 ''; }