This commit is contained in:
Sridhar Ratnakumar 2026-06-08 15:03:47 -04:00
parent 7fc1735c34
commit 5f3c1965c4
2 changed files with 8 additions and 11 deletions

14
flake.lock generated
View file

@ -284,16 +284,15 @@
"bun2nix": "bun2nix" "bun2nix": "bun2nix"
}, },
"locked": { "locked": {
"lastModified": 1780748089, "lastModified": 1780779982,
"narHash": "sha256-sKO9DI/RSKxuFdhS/wacG+jcmxSgqIMKx4LSYV+NTQE=", "narHash": "sha256-AITJfBUihUNlK80mVcMtO5L6/lM3nc9KeFYvUX7hA2U=",
"owner": "srid", "owner": "srid",
"repo": "drishti", "repo": "drishti",
"rev": "df90c231c250105d2123fb77468ad2d1e03e164a", "rev": "2d0d81e1ad5c36ebbbd0b5c99c527822954f3519",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "srid", "owner": "srid",
"ref": "surface-siblings",
"repo": "drishti", "repo": "drishti",
"type": "github" "type": "github"
} }
@ -856,16 +855,15 @@
}, },
"kolu": { "kolu": {
"locked": { "locked": {
"lastModified": 1780754638, "lastModified": 1780877665,
"narHash": "sha256-c3Kd2VyMbAE8rSce05DmvnakMqa/u8Tx9gk7Q1TONlE=", "narHash": "sha256-fBZ+MgNhS4gtKIOTCQTZ759EWSjqRq9TQ96kMYA6Ptg=",
"owner": "juspay", "owner": "juspay",
"repo": "kolu", "repo": "kolu",
"rev": "30e28f72dca5ea9e817d63fc31b2c6244c7c547d", "rev": "a3748f8ae0f93bbb47bfd22ef82b508f1f4e6319",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "juspay", "owner": "juspay",
"ref": "surface-nested-mounts",
"repo": "kolu", "repo": "kolu",
"type": "github" "type": "github"
} }

View file

@ -36,11 +36,10 @@
jumphost-nix.flake = false; jumphost-nix.flake = false;
# KOLU # KOLU
kolu.url = "github:juspay/kolu/surface-nested-mounts"; kolu.url = "github:juspay/kolu";
# drishti remote host monitor (home-manager module) # drishti remote host monitor (home-manager module)
# Temporarily on PR #49 (surface-siblings); revert to master once merged. drishti.url = "github:srid/drishti";
drishti.url = "github:srid/drishti/surface-siblings";
# anywhen is NOT a flake input — it's deployed as an incus-pet # anywhen is NOT a flake input — it's deployed as an incus-pet
# container, with the flake ref passed at deploy time (see # container, with the flake ref passed at deploy time (see