mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 09:50:14 +08:00
Add vertex
This commit is contained in:
parent
02d8560c80
commit
7d94ff2ab7
4 changed files with 32 additions and 2 deletions
26
flake.lock
generated
26
flake.lock
generated
|
|
@ -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": [
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
2
justfile
2
justfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ in
|
|||
gemini-cli
|
||||
google-cloud-sdk
|
||||
claude-code
|
||||
inputs.vertex.packages.${pkgs.system}.default
|
||||
|
||||
# Publishing
|
||||
asciinema
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue