This commit is contained in:
Sridhar Ratnakumar 2026-06-27 16:48:47 -04:00
parent b254829bd9
commit eab07cbd4d
2 changed files with 8 additions and 12 deletions

14
flake.lock generated
View file

@ -283,16 +283,15 @@
"bun2nix": "bun2nix" "bun2nix": "bun2nix"
}, },
"locked": { "locked": {
"lastModified": 1782485102, "lastModified": 1782572531,
"narHash": "sha256-GY7u8xaAWFzMwewbdUbDmCN5dk7kaGJAKXZzIaaSsXM=", "narHash": "sha256-uSBaORR9mHSrqkKn3wnlU/de2fT/sckuzqhw0ggNqQY=",
"owner": "srid", "owner": "srid",
"repo": "drishti", "repo": "drishti",
"rev": "21a64c052486a90f7d227834f11924444b91853c", "rev": "7d70750c385be2515731c9b71570d6f4fd8ac103",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "srid", "owner": "srid",
"ref": "adopt-shared-connection-cell",
"repo": "drishti", "repo": "drishti",
"type": "github" "type": "github"
} }
@ -845,16 +844,15 @@
}, },
"kolu": { "kolu": {
"locked": { "locked": {
"lastModified": 1782487239, "lastModified": 1782571859,
"narHash": "sha256-iY/SHKEMgA8k22o8f6F12QAZx3MSQdBJd5O23YMIubU=", "narHash": "sha256-UbBS4ikqRspKsjkQVgrDjLkrMt2DsN3P9jLM2FY1/Gs=",
"owner": "juspay", "owner": "juspay",
"repo": "kolu", "repo": "kolu",
"rev": "a8f59d7f57eb084e852d4b530a86ed6f8ad08530", "rev": "d9e4b77ccf4ccdebe2bce1f288ac9a62eb9bfd13",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "juspay", "owner": "juspay",
"ref": "pulam-conn-bug",
"repo": "kolu", "repo": "kolu",
"type": "github" "type": "github"
} }

View file

@ -34,12 +34,10 @@
jumphost-nix.url = "github:srid/jumphost-nix"; jumphost-nix.url = "github:srid/jumphost-nix";
jumphost-nix.flake = false; jumphost-nix.flake = false;
# Pinned to PR #1568 (pulam-conn-bug): https://github.com/juspay/kolu/pull/1568 kolu.url = "github:juspay/kolu";
kolu.url = "github:juspay/kolu/pulam-conn-bug";
# drishti remote host monitor (home-manager module) # drishti remote host monitor (home-manager module)
# Pinned to PR #76 (adopt-shared-connection-cell): https://github.com/srid/drishti/pull/76 drishti.url = "github:srid/drishti";
drishti.url = "github:srid/drishti/adopt-shared-connection-cell";
# Juspay's AI tooling repo. We consume only its opencode home-manager # Juspay's AI tooling repo. We consume only its opencode home-manager
# module (config only, not the package) via homeModules.opencode. # module (config only, not the package) via homeModules.opencode.