From beeb505cddca9792e29e7c9738bf4fcaa463d9cf Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 2 May 2026 00:47:05 -0700 Subject: [PATCH] nixos: point codex desktop at runtime fix branch --- nixos/flake.lock | 8 ++++---- nixos/flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/flake.lock b/nixos/flake.lock index 89939233..326b1a8c 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -163,16 +163,16 @@ ] }, "locked": { - "lastModified": 1777706382, - "narHash": "sha256-D+UnmYnQsBRTqWVYkGiD+LI+El668U1iaItdLYCLbx4=", + "lastModified": 1777706222, + "narHash": "sha256-dItwdH4cM30AgClNKUtIa4AM0Mh8VZL6NGrVkrgBYdQ=", "owner": "colonelpanic8", "repo": "codex-desktop-linux", - "rev": "5332a4eadda144df3c4e943eb8b3eff718103e84", + "rev": "3f264e789c54b1be971e625393c8493d5075b41f", "type": "github" }, "original": { "owner": "colonelpanic8", - "ref": "codex/update-dmg-hash", + "ref": "codex/fix-runtime-libs", "repo": "codex-desktop-linux", "type": "github" } diff --git a/nixos/flake.nix b/nixos/flake.nix index 2bedb71c..b8891b89 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -221,7 +221,7 @@ }; codex-desktop-linux = { - url = "github:colonelpanic8/codex-desktop-linux?ref=codex/update-dmg-hash"; + url = "github:colonelpanic8/codex-desktop-linux?ref=codex/fix-runtime-libs"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils";