Point Codex desktop at NixOS browser fix branch

This commit is contained in:
2026-05-11 19:01:29 -07:00
parent 0f00f7d33f
commit ba07ad9747
2 changed files with 5 additions and 5 deletions

8
nixos/flake.lock generated
View File

@@ -117,16 +117,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1778250367, "lastModified": 1778550283,
"narHash": "sha256-FHejGhXWvd+VSNyyMuNYYXDk03bP3k3FcCd5u+cKZAg=", "narHash": "sha256-a8EdMUSgbFf+svcL7ILLNKimRaK6n4niPl+ZKOKYfE0=",
"owner": "colonelpanic8", "owner": "colonelpanic8",
"repo": "codex-desktop-linux", "repo": "codex-desktop-linux",
"rev": "3c2119456ee659867ab29a76eed0345eaf2b0cb1", "rev": "f2127f8aa211287f8dafb145f88d5767900b96d3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "colonelpanic8", "owner": "colonelpanic8",
"ref": "codex/refresh-nix-package", "ref": "codex/nixos-browser-cache-fixes",
"repo": "codex-desktop-linux", "repo": "codex-desktop-linux",
"type": "github" "type": "github"
} }

View File

@@ -210,7 +210,7 @@
}; };
codex-desktop-linux = { codex-desktop-linux = {
url = "github:colonelpanic8/codex-desktop-linux?ref=codex/refresh-nix-package"; url = "github:colonelpanic8/codex-desktop-linux?ref=codex/nixos-browser-cache-fixes";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";