{ pkgs ? import {}, mkShell, alejandra, nix, }: with pkgs; mkShell { buildInputs = [ alejandra # The Uncompromising Nix Code Formatter nix # Powerful package manager, makes packaging reliable & reproducible tea # Gitea official CLI client treefmt # one CLI to format the code tree ]; }