diff --git a/nixos/flake.lock b/nixos/flake.lock index 91c42b27..c53950b7 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -137,18 +137,18 @@ ] }, "locked": { - "lastModified": 1779208997, - "narHash": "sha256-564BnCZfh9LxxLw4T95ygMEE3atbCCmTeiXpSGEV+Kc=", - "owner": "ilysenko", - "repo": "codex-desktop-linux", - "rev": "ed201cf868b11ab1b22a25e45c220bc877d34572", - "type": "github" + "lastModified": 1779264129, + "narHash": "sha256-EaIYDtBeBz6CZBx0PG9VN/duaayuhh1tedAtcZofHgg=", + "ref": "codex/fix-bundled-backend-plugin-links", + "rev": "7ab590bc96cde82f98ee631d7e4cc0ecdddd035e", + "revCount": 591, + "type": "git", + "url": "ssh://git@github.com/colonelpanic8/codex-desktop-linux.git" }, "original": { - "owner": "ilysenko", - "ref": "main", - "repo": "codex-desktop-linux", - "type": "github" + "ref": "codex/fix-bundled-backend-plugin-links", + "type": "git", + "url": "ssh://git@github.com/colonelpanic8/codex-desktop-linux.git" } }, "coqui-tts-streamer": { diff --git a/nixos/flake.nix b/nixos/flake.nix index 836d121a..c0963841 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -237,7 +237,7 @@ }; 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 = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils";