Skip to content

Commit cb61258

Browse files
committed
fix: fmt
1 parent 2f2979e commit cb61258

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nix/ext/pg_net.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ let
120120
buildInputs = [
121121
curl
122122
postgresql
123-
]
124-
++ lib.optional (version == "0.6") libuv;
123+
] ++ lib.optional (version == "0.6") libuv;
125124

126125
src = fetchFromGitHub {
127126
owner = "supabase";

0 commit comments

Comments
 (0)