cargo-pgrx: run nixfmt

This commit is contained in:
Diogo Correia
2024-11-23 09:57:05 +00:00
parent c8610bba9f
commit dc1e6a5f3e
@@ -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";