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