Skip to content

Commit f465cfd

Browse files
committed
feat: use jq from nixpkgs
1 parent 2dc78f2 commit f465cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
- name: Install jq from nix binary cache
9999
become: yes
100100
shell: |
101-
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#jq"
101+
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install nixpkgs#jq"
102102
when: stage2_nix
103103

104104
- name: Set ownership and permissions for /etc/ssl/private

0 commit comments

Comments
 (0)