From dae2a558d255b879892e263415411fd772e9221f Mon Sep 17 00:00:00 2001 From: atahanyild Date: Sat, 14 Dec 2024 01:44:52 +0300 Subject: [PATCH] fix: added ref for movefmt in aptos.nix --- lib/aptos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/aptos.nix b/lib/aptos.nix index 6abe2dfc11..1ef53d344d 100644 --- a/lib/aptos.nix +++ b/lib/aptos.nix @@ -97,6 +97,7 @@ _: { src = builtins.fetchGit { url = "https://github.com/movebit/movefmt"; + ref = "develop"; rev = version; };