doctave: nixfmt

This commit is contained in:
wxt
2024-10-25 22:04:59 +08:00
parent febbf089dd
commit 0b268d4b3b
+7 -1
View File
@@ -1,4 +1,10 @@
{ lib, rustPlatform, fetchFromGitHub, stdenv, darwin, }:
{
lib,
rustPlatform,
fetchFromGitHub,
stdenv,
darwin,
}:
rustPlatform.buildRustPackage rec {
pname = "doctave";