nixos: use code-mode-host Codex fork

This commit is contained in:
2026-07-09 15:10:41 -07:00
parent 114d340987
commit d346925219
2 changed files with 8 additions and 8 deletions

12
nixos/flake.lock generated
View File

@@ -158,16 +158,16 @@
]
},
"locked": {
"lastModified": 1783616128,
"narHash": "sha256-GPBw1CWo9ZNDNDXgjw0Ar7gPFuZlloDzuOjEk6q7ADc=",
"owner": "sadjow",
"lastModified": 1783622783,
"narHash": "sha256-MVNYVjkYcoJfRruUNegFilJjFn15K+7sOo3noM2IC8A=",
"owner": "aroman",
"repo": "codex-cli-nix",
"rev": "be567a404cddca0c018b391b11e179ae968e7a27",
"rev": "1e7d9d1751717416730dadceb97b222f4a5bf047",
"type": "github"
},
"original": {
"owner": "sadjow",
"ref": "main",
"owner": "aroman",
"ref": "native-code-mode-host",
"repo": "codex-cli-nix",
"type": "github"
}

View File

@@ -275,8 +275,8 @@
nixtheplanet.url = "github:matthewcroughan/nixtheplanet";
codex-cli-nix = {
# Default branch is `main` on GitHub (not `master`).
url = "github:sadjow/codex-cli-nix/main";
# TODO: revert to sadjow/codex-cli-nix main once PR #122 (code-mode-host) merges
url = "github:aroman/codex-cli-nix/native-code-mode-host";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";