{ pkgs ? import {}, mkShell, }: with pkgs; mkShell { buildInputs = [ nix # Powerful package manager, makes packaging reliable & reproducible tea # Gitea official CLI client ]; }