{ pkgs ? import { } }: with pkgs; mkShell rec { packages = [ nodejs nodePackages.pnpm ]; }