this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

update opencode

+11 -21
+9 -9
flake.lock
··· 861 861 "treefmt-nix": "treefmt-nix_2" 862 862 }, 863 863 "locked": { 864 - "lastModified": 1773068014, 865 - "narHash": "sha256-5WOIh+mgU1TLBVLOCgJDc3vSlx20saK+VYVZTl6MkSo=", 864 + "lastModified": 1774286543, 865 + "narHash": "sha256-p/uG7RgY9JfE7YUgDHZ1FlHONpoPuPIb+PwOEdcPBRE=", 866 866 "owner": "numtide", 867 867 "repo": "llm-agents.nix", 868 - "rev": "51efc59e9d492d10a2d85d57ba764898df71d0b9", 868 + "rev": "94da705b8baa5c78d39e8c092bccfbe3a015b8de", 869 869 "type": "github" 870 870 }, 871 871 "original": { ··· 1141 1141 }, 1142 1142 "nixpkgs_3": { 1143 1143 "locked": { 1144 - "lastModified": 1772956932, 1145 - "narHash": "sha256-M0yS4AafhKxPPmOHGqIV0iKxgNO8bHDWdl1kOwGBwRY=", 1144 + "lastModified": 1773840656, 1145 + "narHash": "sha256-9tpvMGFteZnd3gRQZFlRCohVpqooygFuy9yjuyRL2C0=", 1146 1146 "owner": "NixOS", 1147 1147 "repo": "nixpkgs", 1148 - "rev": "608d0cadfed240589a7eea422407a547ad626a14", 1148 + "rev": "9cf7092bdd603554bd8b63c216e8943cf9b12512", 1149 1149 "type": "github" 1150 1150 }, 1151 1151 "original": { ··· 1575 1575 ] 1576 1576 }, 1577 1577 "locked": { 1578 - "lastModified": 1772660329, 1579 - "narHash": "sha256-IjU1FxYqm+VDe5qIOxoW+pISBlGvVApRjiw/Y/ttJzY=", 1578 + "lastModified": 1773297127, 1579 + "narHash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=", 1580 1580 "owner": "numtide", 1581 1581 "repo": "treefmt-nix", 1582 - "rev": "3710e0e1218041bbad640352a0440114b1e10428", 1582 + "rev": "71b125cd05fbfd78cab3e070b73544abe24c5016", 1583 1583 "type": "github" 1584 1584 }, 1585 1585 "original": {
+2 -12
home/profiles/opencode/default.nix
··· 18 18 # github-mcp-server binary path from nixpkgs 19 19 githubMcpServer = "${pkgs.github-mcp-server}/bin/github-mcp-server"; 20 20 21 - # Plugin/skill sources fetched via flake inputs 21 + # Plugin sources fetched via flake inputs 22 22 handoffSrc = inputs.opencode-handoff; 23 - learningOpportunitiesSrc = inputs.learning-opportunities; 24 - learningGoalSrc = inputs.learning-goal; 25 23 in 26 24 { 27 25 home.packages = [ ··· 70 68 "opencode/themes".source = ./themes; 71 69 "opencode/agents".source = ./agents; 72 70 "opencode/commands".source = ./commands; 73 - 74 - # Local skills 75 - "opencode/skills/tmux".source = ./skills/tmux; 76 - "opencode/skills/session-search.disabled".source = ./skills/session-search.disabled; 77 - # Skills from upstream repos (via flake inputs) 78 - "opencode/skills/learning-opportunities".source = 79 - "${learningOpportunitiesSrc}/learning-opportunities/skills/learning-opportunities"; 80 - "opencode/skills/learning-goal".source = "${learningGoalSrc}/learning-goal/skills/learning-goal"; 81 - "opencode/skills/orient".source = "${learningOpportunitiesSrc}/orient/skills/orient"; 71 + "opencode/skills".source = ./skills; 82 72 }; 83 73 84 74 home.file = lib.mkIf isBox {