mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
cargo-pgrx: run nixfmt
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user