Skip to content

Commit a3dbc6e

Browse files
committed
feat: target deps vault
1 parent 9b71a78 commit a3dbc6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/ext/vault.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ stdenv.mkDerivation rec {
44
pname = "vault";
55
version = "0.2.9";
66

7-
buildInputs = [ postgresql ];
7+
nativeBuildInputs = [ postgresql ];
8+
buildInputs = [ postgresql.lib ];
89

910
src = fetchFromGitHub {
1011
owner = "supabase";

0 commit comments

Comments
 (0)