From 721c3c6482fb1b84a032633598df6f38915a93d8 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 9 Sep 2025 16:30:09 +0200 Subject: [PATCH] vira: Update to gh-signoff --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 022663e..a979b7b 100644 --- a/flake.lock +++ b/flake.lock @@ -1147,15 +1147,16 @@ "tabler-icons-hs": "tabler-icons-hs" }, "locked": { - "lastModified": 1757351141, - "narHash": "sha256-tboSgBdAWjtAl9R2V/GJEIz9WVLjne5rRV1eK15I03w=", + "lastModified": 1757372025, + "narHash": "sha256-prs0EAMd2ue4pXx7qmfsVQ1nc20kA4RgrDxLDtL+jC8=", "owner": "juspay", "repo": "vira", - "rev": "6b328bee38149520cbdd0728653b16308da13384", + "rev": "394bbec1904c3eeee6585eaaf7c947e830a1571c", "type": "github" }, "original": { "owner": "juspay", + "ref": "gh-signoff", "repo": "vira", "type": "github" } diff --git a/flake.nix b/flake.nix index 363da64..94f44f2 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"; + vira.url = "github:juspay/vira/gh-signoff"; # Neovim nixvim.url = "github:nix-community/nixvim";