From b25f48f8af1f8ca6a089e8af5773359202d219f8 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 23 Sep 2025 14:27:43 -0400 Subject: [PATCH] vira: repo --- modules/home/all/vira.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/all/vira.nix b/modules/home/all/vira.nix index 1543540..002c09e 100644 --- a/modules/home/all/vira.nix +++ b/modules/home/all/vira.nix @@ -19,10 +19,12 @@ in repositories = { nixos-config = "https://github.com/srid/nixos-config.git"; nixos-unified-template = "https://github.com/juspay/nixos-unified-template.git"; + nixos-unified = "https://github.com/srid/nixos-unified.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"; + emanote = "https://github.com/srid/emanote.git"; ny = "https://github.com/nammayatri/nammayatri.git"; }; };