Skip to content

Commit f5c2c29

Browse files
committed
feat: use jq from nixpkgs
1 parent 844883b commit f5c2c29

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
@@ -94,7 +94,7 @@
9494
- name: Install jq from nix binary cache
9595
become: yes
9696
shell: |
97-
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"
97+
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install nixpkgs#jq"
9898
when: stage2_nix
9999

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

0 commit comments

Comments
 (0)