From c7d1f8503a5435fdf986b84071e8be3fe017dc1e Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 11 Sep 2025 20:55:04 -0400 Subject: [PATCH] vira: back to master --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 3afb015..d7dc620 100644 --- a/flake.lock +++ b/flake.lock @@ -1147,16 +1147,15 @@ "tabler-icons-hs": "tabler-icons-hs" }, "locked": { - "lastModified": 1757468172, - "narHash": "sha256-mVbAnJIir4PiE1OqMAPUYFGIKp7HqTM4JuaTvqlOgV0=", + "lastModified": 1757638466, + "narHash": "sha256-kaxVjywt4B4wGtTTPe2ww0T1p13wDi99p0LP3HwI20k=", "owner": "juspay", "repo": "vira", - "rev": "fb4eb9797a5de29d744f88789712890c78399c0c", + "rev": "27f51cd0d08c2e3ee0f9896fb0d9e8c0ea848849", "type": "github" }, "original": { "owner": "juspay", - "ref": "gh-signoff", "repo": "vira", "type": "github" } diff --git a/flake.nix b/flake.nix index 94f44f2..363da64 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ flake-parts.follows = "flake-parts"; }; try.url = "github:tobi/try"; - vira.url = "github:juspay/vira/gh-signoff"; + vira.url = "github:juspay/vira"; # Neovim nixvim.url = "github:nix-community/nixvim";