flake: use codex desktop CI branch

This commit is contained in:
2026-05-23 03:46:15 -07:00
parent 07cdc10ef0
commit 443dfb0199
2 changed files with 7 additions and 7 deletions

12
nixos/flake.lock generated
View File

@@ -161,16 +161,16 @@
]
},
"locked": {
"lastModified": 1779476458,
"narHash": "sha256-EXQ5PP0JXfGXAJSgFP0uEa5a6IoL8UaLPBXc5Bh56tA=",
"owner": "ilysenko",
"lastModified": 1779526224,
"narHash": "sha256-5bnYJRiJnyUnaogKFOZleFxziobPirRrKl+OnqkMesE=",
"owner": "colonelpanic8",
"repo": "codex-desktop-linux",
"rev": "bd7a871e8cb06935f09834ecd619074e5ede62a4",
"rev": "83ec6749ad76066087f935e3c43d262097182fa3",
"type": "github"
},
"original": {
"owner": "ilysenko",
"ref": "main",
"owner": "colonelpanic8",
"ref": "colonelpanic/fix-ci-rust-smoke",
"repo": "codex-desktop-linux",
"type": "github"
}

View File

@@ -245,7 +245,7 @@
};
codex-desktop-linux = {
url = "github:ilysenko/codex-desktop-linux/main";
url = "github:colonelpanic8/codex-desktop-linux/colonelpanic/fix-ci-rust-smoke";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";