From 25739287068234a8f08ae11b19a97ef7d1363e9c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 22 May 2026 12:58:39 -0700 Subject: [PATCH] nixos: use upstream Codex Desktop Linux --- nixos/flake.lock | 18 +++++++++--------- nixos/flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/nixos/flake.lock b/nixos/flake.lock index e6ff7db7..88c27eaa 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -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": { diff --git a/nixos/flake.nix b/nixos/flake.nix index b956f8bc..928dadc3 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -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";