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