From 56969cdd14cba640bc78eb977e65b092e4fe628f Mon Sep 17 00:00:00 2001 From: Mathias Zhang Date: Sat, 17 Aug 2024 17:02:17 +0800 Subject: [PATCH] flaca: format with nixfmt-rfc-style --- pkgs/applications/graphics/flaca/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/graphics/flaca/default.nix b/pkgs/applications/graphics/flaca/default.nix index c335c13472e5..bec47b7b302c 100644 --- a/pkgs/applications/graphics/flaca/default.nix +++ b/pkgs/applications/graphics/flaca/default.nix @@ -1,9 +1,10 @@ -{ lib -, fetchFromGitHub -, rustPlatform -, fetchurl -, runCommand -, lndir +{ + lib, + fetchFromGitHub, + rustPlatform, + fetchurl, + runCommand, + lndir, }: rustPlatform.buildRustPackage rec {