kolu and stuff

This commit is contained in:
Sridhar Ratnakumar 2026-06-14 08:06:37 -04:00
parent 582aa5e6e9
commit c5bee6e258
2 changed files with 8 additions and 7 deletions

13
flake.lock generated
View file

@ -284,11 +284,11 @@
"bun2nix": "bun2nix" "bun2nix": "bun2nix"
}, },
"locked": { "locked": {
"lastModified": 1781125917, "lastModified": 1781378099,
"narHash": "sha256-kfhjnhAWx6gB+1fwXLoz22dO8aelsBjw6rOrIL3mNHw=", "narHash": "sha256-n+vEjV33NRygumh2ly5i7pMs0cp2iPY6Ty26zP3YIoA=",
"owner": "srid", "owner": "srid",
"repo": "drishti", "repo": "drishti",
"rev": "fd5d4c5fcc409fd50ea3551ec8e0c9e81b522082", "rev": "e8165768d09de928d95d6c57dd6c173b4e29a116",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -837,15 +837,16 @@
}, },
"kolu": { "kolu": {
"locked": { "locked": {
"lastModified": 1781292166, "lastModified": 1781438382,
"narHash": "sha256-hOJCDQSz61ijWyiBDE2GKOU/34FYe8zQ5sURD4IdJ+o=", "narHash": "sha256-zBd4B0RHdMYaZZQw/ZGq/0suJZjA0eHPPDMwGqv8+Fo=",
"owner": "juspay", "owner": "juspay",
"repo": "kolu", "repo": "kolu",
"rev": "0751172b52e3683bccdf2cfbe691fb84dea59a74", "rev": "33fc3ea6118314933d74675e07982cba2ca37f8a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "juspay", "owner": "juspay",
"ref": "b3.3-adoption",
"repo": "kolu", "repo": "kolu",
"type": "github" "type": "github"
} }

View file

@ -35,7 +35,7 @@
jumphost-nix.flake = false; jumphost-nix.flake = false;
# KOLU # KOLU
kolu.url = "github:juspay/kolu"; kolu.url = "github:juspay/kolu/b3.3-adoption";
# drishti remote host monitor (home-manager module) # drishti remote host monitor (home-manager module)
drishti.url = "github:srid/drishti"; drishti.url = "github:srid/drishti";