10000 feat: allow postgres to run on darwin · smilexs4/supabase-postgres@c0eb582 · GitHub
[go: up one dir, main page]

Skip to content

Commit c0eb582

Browse files
samrosedarora
authored andcommitted
feat: allow postgres to run on darwin
1 parent a208ade commit c0eb582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
ourSystems = with flake-utils.lib; [
1616
system.x86_64-linux
1717
system.aarch64-linux
18+
system.aarch64-darwin
1819
];
1920
in
2021
flake-utils.lib.eachSystem ourSystems (system:
@@ -130,7 +131,7 @@
130131
./nix/ext/pg_tle.nix
131132
./nix/ext/wrappers/default.nix
132133
./nix/ext/supautils.nix
133-
./nix/ext/plv8.nix
134+
#./nix/ext/plv8.nix
134135
];
135136

136137
#Where we import and build the orioledb extension, we add on our custom extensions

0 commit comments

Comments
 (0)
0