From 983210e3b6e9285780e87f48ce9354b51a270e95 Mon Sep 17 00:00:00 2001 From: Josh Palmer Date: Wed, 4 Feb 2026 13:29:26 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20fix:=20point=20gogcli=20plugin?= =?UTF-8?q?=20at=20gog=20skill?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit What: - update gogcli plugin flake to use skills/gog Why: - fix missing skill path when enabling gogcli Tests: - nix flake check --option max-jobs 1 --option cores 1 --- tools/gogcli/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gogcli/flake.nix b/tools/gogcli/flake.nix index 73d7ce5..30eea8f 100644 --- a/tools/gogcli/flake.nix +++ b/tools/gogcli/flake.nix @@ -17,7 +17,7 @@ in if gogcli == null then null else { name = "gogcli"; - skills = [ ./skills/gogcli ]; + skills = [ ./skills/gog ]; packages = [ gogcli ]; needs = { stateDirs = [];