Unverified Commit dc1e6a5f authored by Diogo Correia's avatar Diogo Correia
Browse files

cargo-pgrx: run nixfmt

parent c8610bba
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
{ 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";