nixos: pin codex desktop fork

This commit is contained in:
2026-05-20 01:17:07 -07:00
parent 0c75df5085
commit 8ae6f0d676
2 changed files with 11 additions and 11 deletions

20
nixos/flake.lock generated
View File

@@ -137,18 +137,18 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1779208997, "lastModified": 1779264129,
"narHash": "sha256-564BnCZfh9LxxLw4T95ygMEE3atbCCmTeiXpSGEV+Kc=", "narHash": "sha256-EaIYDtBeBz6CZBx0PG9VN/duaayuhh1tedAtcZofHgg=",
"owner": "ilysenko", "ref": "codex/fix-bundled-backend-plugin-links",
"repo": "codex-desktop-linux", "rev": "7ab590bc96cde82f98ee631d7e4cc0ecdddd035e",
"rev": "ed201cf868b11ab1b22a25e45c220bc877d34572", "revCount": 591,
"type": "github" "type": "git",
"url": "ssh://git@github.com/colonelpanic8/codex-desktop-linux.git"
}, },
"original": { "original": {
"owner": "ilysenko", "ref": "codex/fix-bundled-backend-plugin-links",
"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

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