{ pkgs ? import { }, }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ gcc cmake gnumake pkg-config ]; buildInputs = with pkgs; [ zstd ]; shellHook = '' ./tmux.sh ''; }