Skip to content

Commit f2c5adb

Browse files
committed
chore: tmp install osquery
1 parent 76a6a01 commit f2c5adb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible-nix/tasks/stage2/stage2-setup-postgres.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
shell: |
99
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"
1010
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"
1115
1216
#TODO switch pg_prove sourcing to develop branch once PR is merged
1317

0 commit comments

Comments
 (0)