From 2cb996b599be1f769077604a123d23d9ae534c3e Mon Sep 17 00:00:00 2001 From: Coutinho de Souza Date: Thu, 23 May 2024 20:01:07 -0300 Subject: [PATCH] hareThirdParty.hare-toml: format with nixfmt-rfc-style --- .../hare-third-party/hare-toml/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pkgs/development/hare-third-party/hare-toml/default.nix b/pkgs/development/hare-third-party/hare-toml/default.nix index ab760eb5fd24..5c6d206b415f 100644 --- a/pkgs/development/hare-third-party/hare-toml/default.nix +++ b/pkgs/development/hare-third-party/hare-toml/default.nix @@ -1,9 +1,10 @@ -{ stdenv -, hare -, scdoc -, lib -, fetchFromGitea -, nix-update-script +{ + fetchFromGitea, + hare, + lib, + nix-update-script, + scdoc, + stdenv, }: stdenv.mkDerivation (finalAttrs: { pname = "hare-toml";