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 e6f4046 commit 8dd0234Copy full SHA for 8dd0234
nix/ext/wrappers/default.nix
@@ -65,7 +65,7 @@ buildPgrxExtension_0_11_3 rec {
65
66
preBuild = ''
67
echo "Processing git tags..."
68
- echo '${concatStringsSep "," previousVersions }' | sed 's/,/\n/g' > git_tags.txt
+ echo '${builtins.concatStringsSep "," previousVersions }' | sed 's/,/\n/g' > git_tags.txt
69
'';
70
71
postInstall = ''
0 commit comments