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";