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

View File

@@ -242,7 +242,7 @@
}; };
codex-desktop-linux = { 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 = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";