Skip to content

Commit

Permalink
anchor: run nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 authored and alyssais committed Sep 25, 2024
1 parent 0c8a2fd commit 5c863c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/by-name/an/anchor/package.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{ lib
, rustPlatform
, fetchFromGitHub
, stdenv
, darwin
{
lib,
rustPlatform,
fetchFromGitHub,
stdenv,
darwin,
}:

rustPlatform.buildRustPackage rec {
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit 5c863c3

Please sign in to comment.