{ pkgs ? import { }, }: pkgs.mkShell { packages = [ pkgs.nodejs pkgs.pnpm pkgs.biome ]; }