File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 25
25
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
26
26
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
27
27
28
- - name : Fix nix permissions
29
- run : sudo chown -R $USER /nix/var/nix/profiles/per-user
30
-
31
28
- name : Set PostgreSQL versions
32
29
id : set-versions
33
30
run : |
57
54
- name : Checkout Repo
58
55
uses : supabase/postgres/.github/actions/shared-checkout@HEAD
59
56
57
+ - name : Install nix
58
+ uses : cachix/install-nix-action@v27
59
+ with :
60
+ install_url : https://releases.nixos.org/nix/nix-2.29.1/install
61
+ extra_nix_config : |
62
+ substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
63
+ trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
64
+
65
+ - name : Fix nix permissions
66
+ run : sudo chown -R $USER /nix/var/nix/profiles/per-user
67
+
60
68
- id : args
61
69
uses : mikefarah/yq@master
62
70
with :
You can’t perform that action at this time.
0 commit comments