Unverified Commit 5287f144 authored by Eric Wolf's avatar Eric Wolf Committed by GitHub
Browse files

Apply suggestions from code review



Typos, Whitespace and Stuff. Will fixup the relevants commits later, so this commit vanishes.

Co-authored-by: default avatarMario Rodas <marsam@users.noreply.github.com>
parent 9dc7a05a
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
# Additional arguments are:
#   - `postgresql` postgresql package of the version of postgresql this extension should be build for.
#                  Needs to be the build platform variant.
#   - `useFakeRustfmt` Wether to use a noop fake command as rustfmt. cargo-pgx tries to call rustfmt.
#   - `useFakeRustfmt` Whether to use a noop fake command as rustfmt. cargo-pgx tries to call rustfmt.
#                      If the generated rust bindings aren't needed to use the extension, its a
#                      unnecessary and heavy dependency. If you set this to true, you also
#                      have to add `rustfmt` to `nativeBuildInputs`.
@@ -106,7 +106,6 @@ let
    nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [
      cargo-pgx
      postgresql
      rustPlatform.rust.rustc
      pkg-config
      rustPlatform.bindgenHook
    ] ++ lib.optionals useFakeRustfmt [ fakeRustfmt ];