Skip to content

Commit 2947292

Browse files
committed
fix: make sure to cover pg_net too
1 parent c98f556 commit 2947292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
];
165165

166166
# Add pg_net only if NOT on macOS aarch64
167-
pgNetExtension = if (system == "aarch64-darwin")
167+
pgNetExtension = if (system == "aarch64-darwin" || system == "x86_64-darwin")
168168
then []
169169
else [ ./nix/ext/pg_net.nix ];
170170

0 commit comments

Comments
 (0)