From 67d56adc0cfecc4b0aac99ddba2cb03063341260 Mon Sep 17 00:00:00 2001 From: Vibrant C3PO Date: Mon, 8 Jan 2024 23:05:41 +1000 Subject: [PATCH] nix: added tea to shell --- release.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/release.nix b/release.nix index f187657..05fd03b 100644 --- a/release.nix +++ b/release.nix @@ -28,6 +28,7 @@ in { ghcid # GHCi based IDE hlint # or ormolu pkgs.niv # Nix dependency management + tea # Gitea official CLI client ]; withHoogle = true; };