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

View File

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