chainsaw: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-16 10:54:43 +02:00
parent 76b3622967
commit 5abb794859
1 changed files with 7 additions and 8 deletions

View File

@ -1,8 +1,9 @@
{ lib
, rustPlatform
, fetchFromGitHub
, stdenv
, darwin
{
lib,
rustPlatform,
fetchFromGitHub,
stdenv,
darwin,
}:
rustPlatform.buildRustPackage rec {
@ -18,9 +19,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-IS2gQ6STrS+Msa36I+eM1RPGntX+DbsrKZPVZ1q9eo4=";
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreFoundation
];
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.CoreFoundation ];
ldflags = [
"-w"