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 0a59a23 commit 1573b21Copy full SHA for 1573b21
nix/ext/wrappers/default.nix
@@ -53,6 +53,9 @@ buildPgrxExtension_0_12_6 rec {
53
cargoLock = {
54
lockFile = "${src}/Cargo.lock";
55
allowBuiltinFetchGit = false;
56
+ outputHashes = {
57
+ "clickhouse-rs-1.1.0-alpha.1" = "sha256-G+v4lNP5eK2U45D1fL90Dq24pUSlpIysNCxuZ17eac0=";
58
+ };
59
};
60
61
buildAndTestSubdir = "wrappers";
@@ -74,7 +77,6 @@ buildPgrxExtension_0_12_6 rec {
74
77
doCheck = false;
75
78
76
79
preBuild = ''
- ${cargo}/bin/cargo vendor
80
echo "Processing git tags..."
81
echo '${builtins.concatStringsSep "," previousVersions}' | sed 's/,/\n/g' > git_tags.txt
82
'';
0 commit comments