From d3469252195e64c2417b08a23b24edff5d661fc5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 9 Jul 2026 15:10:41 -0700 Subject: [PATCH] nixos: use code-mode-host Codex fork --- nixos/flake.lock | 12 ++++++------ nixos/flake.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nixos/flake.lock b/nixos/flake.lock index 8a3e8743..4a169d08 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -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" } diff --git a/nixos/flake.nix b/nixos/flake.nix index e228fea1..e859c217 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -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";