mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
fix codex
This commit is contained in:
parent
550fca2383
commit
ce165c4d77
6 changed files with 12 additions and 56 deletions
10
README.md
10
README.md
|
|
@ -40,7 +40,6 @@ Most tools come from `nixpkgs`. Fast-moving CLIs that you want to update on
|
|||
their own cadence are pinned as dedicated flake inputs:
|
||||
|
||||
- `googleworkspace-cli`
|
||||
- `codex`
|
||||
- `claudeCode`
|
||||
|
||||
## Commands
|
||||
|
|
@ -69,11 +68,17 @@ just switch
|
|||
Update only Codex or Claude:
|
||||
|
||||
```bash
|
||||
nix flake lock --update-input codex
|
||||
nix flake lock --update-input claudeCode
|
||||
just switch
|
||||
```
|
||||
|
||||
Update Codex:
|
||||
|
||||
```bash
|
||||
brew upgrade --cask codex
|
||||
just switch
|
||||
```
|
||||
|
||||
## What Still Needs Manual Handling
|
||||
|
||||
- Secrets and tokens under `~/.secrets`, `~/.npmrc`, `~/.config/gcloud`, `~/.config/gh`, and similar paths
|
||||
|
|
@ -86,6 +91,7 @@ just switch
|
|||
The current Homebrew boundary is only:
|
||||
|
||||
- `cap`
|
||||
- `codex`
|
||||
- `raycast`
|
||||
- `riptide-dev`
|
||||
- `thebrowsercompany-dia`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue