diff --git a/flake.lock b/flake.lock index 3b1d76c..38df730 100644 --- a/flake.lock +++ b/flake.lock @@ -979,11 +979,11 @@ "tabler-icons-hs": "tabler-icons-hs" }, "locked": { - "lastModified": 1758064909, - "narHash": "sha256-OS+Z8ctrCDp76Lieax1KyO3rksMkMDVar5oH+5c1xT4=", + "lastModified": 1758151211, + "narHash": "sha256-shW6UN45NXdMemXi7ZgWtiHH4gtv0fHvUlSCs6Snhtg=", "owner": "juspay", "repo": "vira", - "rev": "f5beb1dc1e269600fda46f302c8894ec9122b319", + "rev": "e21250337af8da4f1cd3cf4e77ff781124248057", "type": "github" }, "original": { diff --git a/modules/home/all/vira.nix b/modules/home/all/vira.nix index 2b5f473..b57e52d 100644 --- a/modules/home/all/vira.nix +++ b/modules/home/all/vira.nix @@ -19,7 +19,10 @@ in repositories = { nixos-config = "https://github.com/srid/nixos-config.git"; haskell-flake = "https://github.com/srid/haskell-flake.git"; + services-flake = "https://github.com/juspay/services-flake.git"; vira = "https://github.com/juspay/vira.git"; + imako = "https://github.com/srid/imako.git"; + ny = "https://github.com/nammayatri/nammayatri.git"; }; }; };