darklua: format with nixfmt-rfc-style

This commit is contained in:
Tomo
2024-05-05 13:03:58 +02:00
committed by Matthieu Coudron
parent 73e7782e6a
commit 1e273b4c78
+7 -9
View File
@@ -1,8 +1,9 @@
{ lib
, stdenv
, darwin
, rustPlatform
, fetchFromGitHub
{
lib,
stdenv,
darwin,
rustPlatform,
fetchFromGitHub,
}:
rustPlatform.buildRustPackage rec {
@@ -18,10 +19,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-XrWhOosQM+BaqViIju7urCi1B8+6kq8Taxe5T8LFzVE=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices
];
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.CoreServices ];
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''