{ pkgs ? import { } }: pkgs.mkShell { name = "zig-shell"; buildInputs = with pkgs; [ zig ]; }