hareThirdParty.hare-toml: format with nixfmt-rfc-style

This commit is contained in:
Coutinho de Souza
2024-06-04 20:33:07 -03:00
parent ea56874d33
commit 2cb996b599
+7 -6
View File
@@ -1,9 +1,10 @@
{ stdenv
, hare
, scdoc
, lib
, fetchFromGitea
, nix-update-script
{
fetchFromGitea,
hare,
lib,
nix-update-script,
scdoc,
stdenv,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hare-toml";