nixos: bump codex-desktop-linux to build-info no-shadow fix

Point the codex-desktop-linux input at colonelpanic/linux-build-info-no-shadow
(PR ilysenko/codex-desktop-linux#438), which carries the merged build-info
settings work plus the fix preventing injected helper locals from shadowing
minified bundle bindings.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 04:59:35 -07:00
parent 85118f187e
commit 83ab75a12c
2 changed files with 5 additions and 5 deletions

8
nixos/flake.lock generated
View File

@@ -182,16 +182,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1780671519, "lastModified": 1781005942,
"narHash": "sha256-gyrDnsWCa5DOalxW2Ew/aoEwfT87ILiQ55zJTqoH7HU=", "narHash": "sha256-rAc/DbJww2q8kSXf8nQDtBRws0/dUUNtYEKG+UVmOKA=",
"owner": "colonelpanic8", "owner": "colonelpanic8",
"repo": "codex-desktop-linux", "repo": "codex-desktop-linux",
"rev": "3304930ebd1649c0363de3a091f43ed8b31f8ce9", "rev": "6cd66b29bbc38884ef9a9a59d1add0c789009d74",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "colonelpanic8", "owner": "colonelpanic8",
"ref": "codex/fix-linux-chrome-plugin", "ref": "colonelpanic/linux-build-info-no-shadow",
"repo": "codex-desktop-linux", "repo": "codex-desktop-linux",
"type": "github" "type": "github"
} }

View File

@@ -262,7 +262,7 @@
}; };
codex-desktop-linux = { codex-desktop-linux = {
url = "github:colonelpanic8/codex-desktop-linux?ref=codex/fix-linux-chrome-plugin"; url = "github:colonelpanic8/codex-desktop-linux?ref=colonelpanic/linux-build-info-no-shadow";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";