From d90a6c7c637b37039dc34433356ecf34c735371e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 30 May 2026 11:53:27 -0700 Subject: [PATCH] Use codex desktop computer use availability fix --- nixos/flake.lock | 12 ++++++------ nixos/flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nixos/flake.lock b/nixos/flake.lock index b2ec1533..e827f260 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -161,16 +161,16 @@ ] }, "locked": { - "lastModified": 1780151667, - "narHash": "sha256-pgae65LzF0XXpGoQQqZb4iULJejdiwR2+ycxqt+ojGc=", - "owner": "ilysenko", + "lastModified": 1780164254, + "narHash": "sha256-cmGoAZsF11sW19uCkDG4AQMRV6SqOdw+KQJwlvCbb0s=", + "owner": "colonelpanic8", "repo": "codex-desktop-linux", - "rev": "fb2008ec0917631c07c4f0c065b316d7620180e4", + "rev": "1cf8dd744c5043b21e2d5e0f2ee81cc850854c25", "type": "github" }, "original": { - "owner": "ilysenko", - "ref": "main", + "owner": "colonelpanic8", + "ref": "codex/computer-use-availability-shape", "repo": "codex-desktop-linux", "type": "github" } diff --git a/nixos/flake.nix b/nixos/flake.nix index 85d72238..83ca5030 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -262,7 +262,7 @@ }; codex-desktop-linux = { - url = "github:ilysenko/codex-desktop-linux/main"; + url = "github:colonelpanic8/codex-desktop-linux/codex/computer-use-availability-shape"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils";