cargo-pgrx: run nixfmt

This commit is contained in:
Diogo Correia 2024-11-21 11:23:01 +00:00
parent c8610bba9f
commit dc1e6a5f3e
No known key found for this signature in database
GPG Key ID: 12B4F3AC9C065D08

View File

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