From ec152bebf15483dc3891ce566a9df7702a2c4aab Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 10 Feb 2026 11:57:17 +0100 Subject: [PATCH] feat(nix): enable and comment out unstable packages - Un-commented `opencode` and `claude-code` to enable their usage in the `unstable` overlay. - Commented out the redefined `claude-code` package to avoid redundancy. - Improves clarity and ensures streamlined package management in the overlay. --- overlays/unstable/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overlays/unstable/default.nix b/overlays/unstable/default.nix index 2c05417..89136ab 100644 --- a/overlays/unstable/default.nix +++ b/overlays/unstable/default.nix @@ -2,9 +2,9 @@ final: prev: { inherit (channels.unstable) gemini-cli - # opencode + opencode tailscale - # claude-code + claude-code # open-webui # vscode # nodejs_20 @@ -19,7 +19,7 @@ final: prev: { */ # goose-cli = channels.unstable.callPackage ./goose.nix { }; - claude-code = channels.unstable.callPackage ./claude-code/package.nix { }; + # claude-code = channels.unstable.callPackage ./claude-code/package.nix { }; # gemini-cli = channels.unstable.callPackage ./gemini-cli/package.nix { }; # vscode-extensions = channels.unstable.vscode-extensions // { # rooveterinaryinc = { roo-cline = channels.unstable.callPackage ./roo-code.nix { }; };