bacon: format

This commit is contained in:
Gaetan Lepage
2024-10-09 13:12:00 +02:00
parent 969e085756
commit c9f7e06140
+6 -5
View File
@@ -1,8 +1,9 @@
{ lib
, stdenv
, rustPlatform
, fetchFromGitHub
, darwin
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
darwin,
}:
rustPlatform.buildRustPackage rec {