From 55ce5bd66fadd2a3b10c70303e2bd4cf0668b4dc Mon Sep 17 00:00:00 2001 From: Caleb Norton Date: Thu, 5 Mar 2026 05:19:55 -0600 Subject: [PATCH] fix: remove outdated nix OPENCODE_CHANNEL --- nix/opencode.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/opencode.nix b/nix/opencode.nix index b629d0b554..7a6e88a974 100644 --- a/nix/opencode.nix +++ b/nix/opencode.nix @@ -40,7 +40,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { env.MODELS_DEV_API_JSON = "${models-dev}/dist/_api.json"; env.OPENCODE_DISABLE_MODELS_FETCH = true; env.OPENCODE_VERSION = finalAttrs.version; - env.OPENCODE_CHANNEL = "local"; buildPhase = '' runHook preBuild