From 9f4ac19975bc62239f4e306d0754bc9303529a52 Mon Sep 17 00:00:00 2001 From: Josh Palmer Date: Tue, 3 Feb 2026 15:24:44 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20fix:=20relax=20goplaces=20requir?= =?UTF-8?q?ed=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit What: - remove GOOGLE_PLACES_API_KEY from goplaces plugin requiredEnv Why: - keep default plugin enablement from failing HM activation - still document env requirement in skill text Tests: - go test ./... --- tools/goplaces/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goplaces/flake.nix b/tools/goplaces/flake.nix index cfd58d8..64b0248 100644 --- a/tools/goplaces/flake.nix +++ b/tools/goplaces/flake.nix @@ -21,7 +21,7 @@ packages = [ goplaces ]; needs = { stateDirs = []; - requiredEnv = [ "GOOGLE_PLACES_API_KEY" ]; + requiredEnv = []; }; }; in {