nixos: use upstream Codex Desktop Linux

This commit is contained in:
2026-05-22 12:58:39 -07:00
parent 18c293ec5f
commit 2573928706
2 changed files with 10 additions and 10 deletions

18
nixos/flake.lock generated
View File

@@ -137,18 +137,18 @@
]
},
"locked": {
"lastModified": 1779449036,
"narHash": "sha256-bnALXI9ORnHoEQKW2wismk6myop7qQw96Gugv+tGcYg=",
"ref": "main",
"rev": "e6335d837bbf7e051620e36f8e7458d8c8d6d06c",
"revCount": 657,
"type": "git",
"url": "ssh://git@github.com/colonelpanic8/codex-desktop-linux.git"
"lastModified": 1779476458,
"narHash": "sha256-EXQ5PP0JXfGXAJSgFP0uEa5a6IoL8UaLPBXc5Bh56tA=",
"owner": "ilysenko",
"repo": "codex-desktop-linux",
"rev": "bd7a871e8cb06935f09834ecd619074e5ede62a4",
"type": "github"
},
"original": {
"owner": "ilysenko",
"ref": "main",
"type": "git",
"url": "ssh://git@github.com/colonelpanic8/codex-desktop-linux.git"
"repo": "codex-desktop-linux",
"type": "github"
}
},
"coqui-tts-streamer": {

View File

@@ -242,7 +242,7 @@
};
codex-desktop-linux = {
url = "git+ssh://git@github.com/colonelpanic8/codex-desktop-linux.git?ref=main";
url = "github:ilysenko/codex-desktop-linux/main";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";