From 1f71b242a901e8c4789c7e8f05fbeab72181b7d1 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:37:20 -0500 Subject: [PATCH] vira: add large repos --- modules/home/all/vira.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/all/vira.nix b/modules/home/all/vira.nix index 3ce9209..8fd4639 100644 --- a/modules/home/all/vira.nix +++ b/modules/home/all/vira.nix @@ -36,6 +36,9 @@ in srid = "https://github.com/srid/srid.git"; vertex = "https://github.com/juspay/vertex.git"; landrun-nix = "https://github.com/srid/landrun-nix.git"; + # Just to test heavy weight stuff + superposition = "https://github.com/juspay/superposition.git"; + hyperswitch = "https://github.com/juspay/hyperswitch.git"; }; }; };