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 76a6a01 commit f2c5adbCopy full SHA for f2c5adb
ansible-nix/tasks/stage2/stage2-setup-postgres.yml
@@ -8,6 +8,10 @@
8
shell: |
9
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#pg_prove"
10
11
+- name: Install pg_prove from nix binary cache
12
+ become: yes
13
+ shell: |
14
+ sudo -u ubuntu bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install nixpkgs#osquery"
15
16
#TODO switch pg_prove sourcing to develop branch once PR is merged
17
0 commit comments