{ pkgs ? import { }, ... }: pkgs.mkShell { packages = [ pkgs.zig pkgs.linuxPackages_latest.perf pkgs.tree-sitter pkgs.nodejs ]; }