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 844883b commit f5c2c29Copy full SHA for f5c2c29
ansible/tasks/stage2-setup-postgres.yml
@@ -94,7 +94,7 @@
94
- name: Install jq from nix binary cache
95
become: yes
96
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"
+ sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install nixpkgs#jq"
98
when: stage2_nix
99
100
- name: Set ownership and permissions for /etc/ssl/private
0 commit comments