From a3ce6a8344ca76fe80373b1c4d979a2800da8984 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 20 Sep 2025 21:59:58 -0400 Subject: [PATCH] vira: add nut --- modules/home/all/vira.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/all/vira.nix b/modules/home/all/vira.nix index b57e52d..1543540 100644 --- a/modules/home/all/vira.nix +++ b/modules/home/all/vira.nix @@ -18,6 +18,7 @@ in initialState = { repositories = { nixos-config = "https://github.com/srid/nixos-config.git"; + nixos-unified-template = "https://github.com/juspay/nixos-unified-template.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";