matugen: format with nixfmt-rfc-style

This commit is contained in:
nartsisss 2024-11-04 00:34:12 +03:00
parent 520f8db902
commit 7a38c0547d
No known key found for this signature in database

View File

@ -1,8 +1,9 @@
{ lib
, rustPlatform
, fetchFromGitHub
, stdenv
, darwin
{
lib,
rustPlatform,
fetchFromGitHub,
stdenv,
darwin,
}:
rustPlatform.buildRustPackage rec {