flaca: format with nixfmt-rfc-style

This commit is contained in:
Mathias Zhang
2024-08-17 17:02:17 +08:00
parent a2a3f3b33c
commit 56969cdd14
+7 -6
View File
@@ -1,9 +1,10 @@
{ lib
, fetchFromGitHub
, rustPlatform
, fetchurl
, runCommand
, lndir
{
lib,
fetchFromGitHub,
rustPlatform,
fetchurl,
runCommand,
lndir,
}:
rustPlatform.buildRustPackage rec {