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