{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/23.11.tar.gz") {} }: pkgs.mkShell { shellHook = '' alias cls=clear ''; buildInputs = with pkgs; [ bun ]; }