Skip to content

Commit 3e9e76c

Browse files
committed
feat: tmp sourcing from the right flake url for successful build of sfcgal
1 parent 9f63f35 commit 3e9e76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/stage2/stage2-setup-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: Install Postgres from nix binary cache
22
become: yes
33
shell: |
4-
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres#psql_15/bin"
4+
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/sam/2-stage-ami-nix#psql_15/bin"
55
66
- name: Install pg_prove from nix binary cache
77
become: yes

0 commit comments

Comments
 (0)