Unverified Commit 49872f3c authored by seth's avatar seth
Browse files

riffdiff: format with nixfmt

parent ac04a3ca
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
{ lib, rustPlatform, fetchFromGitHub }:
{
  lib,
  rustPlatform,
  fetchFromGitHub,
}:

rustPlatform.buildRustPackage rec {
  pname = "riffdiff";