We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc78f2 commit f465cfdCopy full SHA for f465cfd
ansible/tasks/stage2-setup-postgres.yml
@@ -98,7 +98,7 @@
98
- name: Install jq from nix binary cache
99
become: yes
100
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"
+ sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install nixpkgs#jq"
102
when: stage2_nix
103
104
- name: Set ownership and permissions for /etc/ssl/private
0 commit comments