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": { "locked": {
"lastModified": 1783616128, "lastModified": 1783622783,
"narHash": "sha256-GPBw1CWo9ZNDNDXgjw0Ar7gPFuZlloDzuOjEk6q7ADc=", "narHash": "sha256-MVNYVjkYcoJfRruUNegFilJjFn15K+7sOo3noM2IC8A=",
"owner": "sadjow", "owner": "aroman",
"repo": "codex-cli-nix", "repo": "codex-cli-nix",
"rev": "be567a404cddca0c018b391b11e179ae968e7a27", "rev": "1e7d9d1751717416730dadceb97b222f4a5bf047",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "sadjow", "owner": "aroman",
"ref": "main", "ref": "native-code-mode-host",
"repo": "codex-cli-nix", "repo": "codex-cli-nix",
"type": "github" "type": "github"
} }

View File

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