Skip to content

Commit

Permalink
fix: added ref for movefmt in aptos.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
atahanyild committed Dec 13, 2024
1 parent 1ce990b commit dae2a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/aptos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ _: {

src = builtins.fetchGit {
url = "https://github.com/movebit/movefmt";
ref = "develop";
rev = version;
};

Expand Down

0 comments on commit dae2a55

Please sign in to comment.