Add vertex

This commit is contained in:
Sridhar Ratnakumar 2025-07-26 12:21:47 -04:00
parent 02d8560c80
commit 7d94ff2ab7
4 changed files with 32 additions and 2 deletions

26
flake.lock generated
View file

@ -1149,7 +1149,8 @@
"nixpkgs-unstable": "nixpkgs-unstable",
"nixvim": "nixvim",
"nuenv": "nuenv",
"omnix": "omnix"
"omnix": "omnix",
"vertex": "vertex"
}
},
"rust-flake": {
@ -1354,6 +1355,29 @@
"type": "github"
}
},
"vertex": {
"inputs": {
"flake-parts": [
"flake-parts"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1753546846,
"narHash": "sha256-Itf8Ti6AOjhv/FoAl8bquZJz0q7XjPduTtSbLEs5/fA=",
"owner": "juspay",
"repo": "vertex",
"rev": "b4610948e3473d0d10d06a779f8d0b009779fa82",
"type": "github"
},
"original": {
"owner": "juspay",
"repo": "vertex",
"type": "github"
}
},
"xdph": {
"inputs": {
"hyprland-protocols": [

View file

@ -25,6 +25,11 @@
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
omnix.url = "github:juspay/omnix";
hyprland.url = "github:hyprwm/Hyprland/v0.46.2";
vertex.url = "github:juspay/vertex";
vertex.inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
};
# Neovim
nixvim.url = "github:nix-community/nixvim";

View file

@ -21,7 +21,7 @@ update:
# Deploy to a given host
[group('main')]
deploy host:
@echo "Deploying to {{host}} ..."
@echo "Activating on/Deploying to {{host}} ..."
@nix run . {{host}}
# Run all pre-commit hooks on all files

View file

@ -32,6 +32,7 @@ in
gemini-cli
google-cloud-sdk
claude-code
inputs.vertex.packages.${pkgs.system}.default
# Publishing
asciinema