mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
use pkgs.codex instead of broken openai/codex flake
This commit is contained in:
parent
40849a2937
commit
fd1027178c
3 changed files with 61 additions and 9 deletions
|
|
@ -7,8 +7,6 @@
|
|||
inputs.googleworkspace-cli.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
claudePackage =
|
||||
inputs.claudeCode.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
codexPackage =
|
||||
inputs.codex.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
agentcomputerPackage =
|
||||
inputs.agentcomputer-cli.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
openspecPackage =
|
||||
|
|
@ -107,7 +105,7 @@ in {
|
|||
(with pkgs; [
|
||||
awscli2
|
||||
claudePackage
|
||||
codexPackage
|
||||
pkgs.codex
|
||||
coreutils-prefixed
|
||||
delta
|
||||
diff-so-fancy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue