From dc1e6a5f3e19eadc2599d0c816f7aa403bfedeac Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Thu, 21 Nov 2024 11:23:01 +0000 Subject: [PATCH] cargo-pgrx: run nixfmt --- .../tools/rust/cargo-pgrx/default.nix | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/pkgs/development/tools/rust/cargo-pgrx/default.nix b/pkgs/development/tools/rust/cargo-pgrx/default.nix index 36dfda60af89..48b36e9cb91f 100644 --- a/pkgs/development/tools/rust/cargo-pgrx/default.nix +++ b/pkgs/development/tools/rust/cargo-pgrx/default.nix @@ -1,17 +1,19 @@ -{ lib -, darwin -, fetchCrate -, openssl -, pkg-config -, rustPlatform -, stdenv +{ + lib, + darwin, + fetchCrate, + openssl, + pkg-config, + rustPlatform, + stdenv, }: let generic = - { version - , hash - , cargoHash + { + version, + hash, + cargoHash, }: rustPlatform.buildRustPackage rec { pname = "cargo-pgrx";