anchor: run nixfmt

This commit is contained in:
wxt 2024-09-24 17:34:12 +08:00 committed by Alyssa Ross
parent 0c8a2fdad5
commit 5c863c35b6

View File

@ -1,8 +1,9 @@
{ lib
, rustPlatform
, fetchFromGitHub
, stdenv
, darwin
{
lib,
rustPlatform,
fetchFromGitHub,
stdenv,
darwin,
}:
rustPlatform.buildRustPackage rec {
@ -40,7 +41,6 @@ rustPlatform.buildRustPackage rec {
"--skip=tests::test_get_anchor_version_from_commit"
];
meta = with lib; {
description = "Solana Sealevel Framework";
homepage = "https://github.com/coral-xyz/anchor";