From 75a7cf6180bc68380c74eda673352090f94ad3b2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 11 Sep 2025 09:08:18 +0200 Subject: [PATCH 1/2] feat(unstable): add opencode to default.nix - Added `opencode` to the list of inherited packages from `channels.unstable`. - Ensures availability of the `opencode` tool for users by default. --- overlays/unstable/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overlays/unstable/default.nix b/overlays/unstable/default.nix index ea6fa6b..9189d35 100644 --- a/overlays/unstable/default.nix +++ b/overlays/unstable/default.nix @@ -2,6 +2,7 @@ final: prev: { inherit (channels.unstable) gemini-cli + opencode # open-webui # vscode # nodejs_20 From cb53d49ec3de6dfcb6631bc26bf986385e017bb7 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 11 Sep 2025 09:08:47 +0200 Subject: [PATCH 2/2] feat(m4): add opencode to default packages - Included `opencode` to the default package list for `aarch64-darwin`. - Ensures availability of the `opencode` tool for users by default. --- systems/aarch64-darwin/m4/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/aarch64-darwin/m4/default.nix b/systems/aarch64-darwin/m4/default.nix index 2f80cc0..4b12837 100644 --- a/systems/aarch64-darwin/m4/default.nix +++ b/systems/aarch64-darwin/m4/default.nix @@ -45,6 +45,7 @@ with lib.metacfg; aider-chat fabric-ai gemini-cli + opencode ]; users.users.harald.shell = pkgs.fish;