{ pkgs }: { shellHook = '' echo "Setting up environment with gh CLI tool" ''; buildInputs = [ pkgs.gh ]; }