From afee38521f5065028d16398e8e8e0ff841371b65 Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Tue, 28 Mar 2023 12:17:47 +1000 Subject: [PATCH] shell: add tea to devShell resolves #3 --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index d1f5116..a6c2c48 100644 --- a/shell.nix +++ b/shell.nix @@ -11,6 +11,7 @@ with pkgs; alejandra # The Uncompromising Nix Code Formatter nixops nix + tea # Gitea official CLI client treefmt # one CLI to format the code tree ]; }