{ pkgs ? import { } }: pkgs.mkShell { nativeBuildInputs = [ pkgs.nodejs_24 pkgs.pnpm ]; }