Add codex 0.92.0 PR patch and fix deprecation warnings
- Add nixpkgs PR 483705 to bump codex from 0.89.0 to 0.92.0 - Disable overlay version overrides in favor of PR patches - Replace deprecated pkgs.system with pkgs.stdenv.hostPlatform.system - Replace deprecated xfce.thunar with thunar Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
final: prev:
|
||||
let
|
||||
# Enable/disable version overrides (set to false to use nixpkgs versions)
|
||||
enableCodexOverride = true;
|
||||
enableClaudeCodeOverride = true;
|
||||
enableCodexOverride = false; # Using PR patches instead
|
||||
enableClaudeCodeOverride = false; # Disabled - needs proper buildNpmPackage override
|
||||
|
||||
# Codex version override - update these values to bump the version
|
||||
codexVersion = {
|
||||
@@ -13,7 +13,7 @@ let
|
||||
claudeCodeVersion = {
|
||||
version = "2.1.22";
|
||||
hash = "sha256-OqvLiwB5TwZaxDvyN/+/+eueBdWNaYxd81cd5AZK/mA=";
|
||||
npmDepsHash = "";
|
||||
npmDepsHash = "sha256-vy7osk3UAOEgsJx9jdcGe2wICOk5Urzxh1WLAHyHM+U=";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user