We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ff7b0 commit c5615ecCopy full SHA for c5615ec
nix/cargo-pgrx/buildPgrxExtension.nix
@@ -158,4 +158,4 @@ let
158
checkFeatures = (args.checkFeatures or [ ]) ++ (lib.optionals usePgTestCheckFeature [ "pg_test" ]) ++ [ "pg${pgrxPostgresMajor}" ];
159
};
160
in
161
-rustPlatform.buildRustPackage finalArgs
+rustPlatform.buildRustPackage finalArgs
nix/cargo-pgrx/default.nix
@@ -67,4 +67,4 @@ in
67
cargoHash = "sha256-Di4UldQwAt3xVyvgQT1gUhdvYUVp7n/a72pnX45kP0w=";
68
69
inherit rustPlatform;
70
-}
+}
0 commit comments