🤖 fix: point gogcli plugin at gog skill
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
This commit is contained in:
parent
752d7f240e
commit
983210e3b6
@ -17,7 +17,7 @@
|
||||
in
|
||||
if gogcli == null then null else {
|
||||
name = "gogcli";
|
||||
skills = [ ./skills/gogcli ];
|
||||
skills = [ ./skills/gog ];
|
||||
packages = [ gogcli ];
|
||||
needs = {
|
||||
stateDirs = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user