Skip to content

Commit e307eea

Browse files
committed
feat: target deps supautils
1 parent 61cf524 commit e307eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/ext/supautils.nix

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

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

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

0 commit comments

Comments
 (0)