{ pkgs ? import {}, alejandra, mkShell, }: with pkgs; mkShell { buildInputs = [ alejandra # The Uncompromising Nix Code Formatter treefmt # one CLI to format the code tree ]; }