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 9b71a78 commit a3dbc6eCopy full SHA for a3dbc6e
nix/ext/vault.nix
@@ -4,7 +4,8 @@ stdenv.mkDerivation rec {
4
pname = "vault";
5
version = "0.2.9";
6
7
- buildInputs = [ postgresql ];
+ nativeBuildInputs = [ postgresql ];
8
+ buildInputs = [ postgresql.lib ];
9
10
src = fetchFromGitHub {
11
owner = "supabase";
0 commit comments