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 66a3c9f commit 0a59a23Copy full SHA for 0a59a23
nix/ext/wrappers/default.nix
@@ -52,7 +52,7 @@ buildPgrxExtension_0_12_6 rec {
52
53
cargoLock = {
54
lockFile = "${src}/Cargo.lock";
55
- allowBuiltinFetchGit = true;
+ allowBuiltinFetchGit = false;
56
};
57
58
buildAndTestSubdir = "wrappers";
@@ -74,6 +74,7 @@ buildPgrxExtension_0_12_6 rec {
74
doCheck = false;
75
76
preBuild = ''
77
+ ${cargo}/bin/cargo vendor
78
echo "Processing git tags..."
79
echo '${builtins.concatStringsSep "," previousVersions}' | sed 's/,/\n/g' > git_tags.txt
80
'';
0 commit comments