Update Codex Desktop Linux input

This commit is contained in:
2026-05-22 04:58:28 -07:00
parent c39c70f6ac
commit 2c53dda524
2 changed files with 7 additions and 7 deletions

12
nixos/flake.lock generated
View File

@@ -137,16 +137,16 @@
]
},
"locked": {
"lastModified": 1779310149,
"narHash": "sha256-5c8tAIOXwzhWWbceyMnA5xt/7kW+6vIs+uXtrxxv6ZI=",
"ref": "codex/pr260-nixos-service-module",
"rev": "fbb5222089f58539da8c3c94f0c42fbc820d18af",
"revCount": 606,
"lastModified": 1779449036,
"narHash": "sha256-bnALXI9ORnHoEQKW2wismk6myop7qQw96Gugv+tGcYg=",
"ref": "main",
"rev": "e6335d837bbf7e051620e36f8e7458d8c8d6d06c",
"revCount": 657,
"type": "git",
"url": "ssh://git@github.com/colonelpanic8/codex-desktop-linux.git"
},
"original": {
"ref": "codex/pr260-nixos-service-module",
"ref": "main",
"type": "git",
"url": "ssh://git@github.com/colonelpanic8/codex-desktop-linux.git"
}

View File

@@ -242,7 +242,7 @@
};
codex-desktop-linux = {
url = "git+ssh://git@github.com/colonelpanic8/codex-desktop-linux.git?ref=codex/pr260-nixos-service-module";
url = "git+ssh://git@github.com/colonelpanic8/codex-desktop-linux.git?ref=main";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";