This commit is contained in:
Sridhar Ratnakumar 2025-11-15 15:03:48 -05:00
parent ec36ec3517
commit 557e220abb
3 changed files with 20 additions and 20 deletions

37
flake.lock generated
View file

@ -198,11 +198,11 @@
]
},
"locked": {
"lastModified": 1762810396,
"narHash": "sha256-dxFVgQPG+R72dkhXTtqUm7KpxElw3u6E+YlQ2WaDgt8=",
"lastModified": 1762980239,
"narHash": "sha256-8oNVE8TrD19ulHinjaqONf9QWCKK+w4url56cdStMpM=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "0bdadb1b265fb4143a75bd1ec7d8c915898a9923",
"rev": "52a2caecc898d0b46b2b905f058ccc5081f842da",
"type": "github"
},
"original": {
@ -425,11 +425,11 @@
]
},
"locked": {
"lastModified": 1762964643,
"narHash": "sha256-RYHN8O/Aja59XDji6WSJZPkJpYVUfpSkyH+PEupBJqM=",
"lastModified": 1763198244,
"narHash": "sha256-oLugbe2pJv39BjWg7kAljn6vUxjVr/ArkITDX8fFd2Y=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "827f2a23373a774a8805f84ca5344654c31f354b",
"rev": "c3bc79be5ee97455262c6c677bbf065eed07948c",
"type": "github"
},
"original": {
@ -523,11 +523,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1762956744,
"narHash": "sha256-BucLC51RJb1J5MVJ5ZIXo+FFoZR6d3Qu8U6ZPkWMysU=",
"lastModified": 1763216967,
"narHash": "sha256-vh0e8GTEGznOeUvVuoLIoTjP+vTSp7qWeY05z6RkL8A=",
"owner": "numtide",
"repo": "nix-ai-tools",
"rev": "a685a3162cf21f1f91aec9f9bc90605a86dfc3d0",
"rev": "d33304a38c3ddc6417e78a27c7180bad7fd2b640",
"type": "github"
},
"original": {
@ -543,11 +543,11 @@
]
},
"locked": {
"lastModified": 1762627886,
"narHash": "sha256-/QLk1bzmbcqJt9sU43+y/3tHtXhAy0l8Ck0MoO2+evQ=",
"lastModified": 1763136804,
"narHash": "sha256-6p2ljK42s0S8zS0UU59EsEqupz0GVCaBYRylpUadeBM=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "5125a3cd414dc98bbe2c528227aa6b62ee61f733",
"rev": "973db96394513fd90270ea5a1211a82a4a0ba47f",
"type": "github"
},
"original": {
@ -822,11 +822,11 @@
"systems": "systems_6"
},
"locked": {
"lastModified": 1762904125,
"narHash": "sha256-+T9oUulnXOQmy37GGOivHSvEyViA4gQ41mFZEPEDuOA=",
"lastModified": 1763212728,
"narHash": "sha256-XVK0A+Le5vDSwAiwpNTRLM50HbwjpPVWnYelCUhAkjI=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "84902b354fd0f122c40880b90dc8ac89d4d0daea",
"rev": "074c68468cc4751efa9ac3f65b2e63e4ad409b7a",
"type": "github"
},
"original": {
@ -1154,16 +1154,15 @@
"warp-tls-simple": "warp-tls-simple"
},
"locked": {
"lastModified": 1762977837,
"narHash": "sha256-zwWinx8ujTD/94p1FbEIPDyGXnhpyIoH6LURHU3hu+s=",
"lastModified": 1763067636,
"narHash": "sha256-F69AECm+iv95WBQ80RXGio6hpTa1cPgUiFwSEzOwZR0=",
"owner": "juspay",
"repo": "vira",
"rev": "19c6f8b3ab1e2f485a15a72976d9dc2cd297a86c",
"rev": "c03b022e430d43cb7b0e1d833a15f3b37a62c31c",
"type": "github"
},
"original": {
"owner": "juspay",
"ref": "cleanup",
"repo": "vira",
"type": "github"
}

View file

@ -27,7 +27,7 @@
nix-index-database.url = "github:nix-community/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
try.url = "github:tobi/try";
vira.url = "github:juspay/vira/cleanup";
vira.url = "github:juspay/vira";
nix-ai-tools.url = "github:numtide/nix-ai-tools";
nix-ai-tools.inputs.nixpkgs.follows = "nixpkgs";
landrun-nix.url = "github:srid/landrun-nix";

View file

@ -36,6 +36,7 @@ in
vira = "https://github.com/juspay/vira.git";
imako = "https://github.com/srid/imako.git";
emanote = "https://github.com/srid/emanote.git";
ema = "https://github.com/srid/ema.git";
srid = "https://github.com/srid/srid.git";
vertex = "https://github.com/juspay/vertex.git";
landrun-nix = "https://github.com/srid/landrun-nix.git";