Unverified Commit 0b268d4b authored by wxt's avatar wxt
Browse files

doctave: nixfmt

parent febbf089
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
{ lib, rustPlatform, fetchFromGitHub, stdenv, darwin, }:
{
  lib,
  rustPlatform,
  fetchFromGitHub,
  stdenv,
  darwin,
}:

rustPlatform.buildRustPackage rec {
  pname = "doctave";