Update vertex

This commit is contained in:
Sridhar Ratnakumar 2025-10-07 19:24:45 -04:00
parent 8895212eb7
commit b8d2094551
2 changed files with 8 additions and 9 deletions

15
flake.lock generated
View file

@ -708,16 +708,16 @@
},
"nixpkgs_6": {
"locked": {
"lastModified": 1759226052,
"narHash": "sha256-ddDtY8iOLBMQ0AwH9wxuboORYV4Z1B3dC5FWIHfqjBA=",
"lastModified": 1759733170,
"narHash": "sha256-TXnlsVb5Z8HXZ6mZoeOAIwxmvGHp1g4Dw89eLvIwKVI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "17aa85c27e8a700de4f3645e0afce383ceabcdf2",
"rev": "8913c168d1c56dc49a7718685968f38752171c3b",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "17aa85c",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
@ -1029,16 +1029,15 @@
"nixpkgs": "nixpkgs_6"
},
"locked": {
"lastModified": 1759257691,
"narHash": "sha256-3a0yZbaHlTGrJ3cxVuC4BX3mSXSRt8ujPrSv4rfATYw=",
"lastModified": 1759875017,
"narHash": "sha256-3NbBno24/j9DCfFTCwTtdrrqF1HfqzQ9MewfjpYNbZ4=",
"owner": "juspay",
"repo": "vertex",
"rev": "671393646db7f8b963243a50cda937a4874b51f2",
"rev": "425d847fa7a31c1b3b4745bcfd5ab858e0db33e0",
"type": "github"
},
"original": {
"owner": "juspay",
"ref": "claude2",
"repo": "vertex",
"type": "github"
}

View file

@ -26,7 +26,7 @@
nixos-vscode-server.url = "github:nix-community/nixos-vscode-server";
nix-index-database.url = "github:nix-community/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
vertex.url = "github:juspay/vertex/claude2";
vertex.url = "github:juspay/vertex";
vertex.inputs = {
# nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";