File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,15 @@ jobs:
63
63
EOF
64
64
sudo chmod +x /etc/nix/upload-to-cache.sh
65
65
- name : Install nix
66
- uses : DeterminateSystems/nix-installer-action@3.7.0
66
+ uses : DeterminateSystems/nix-installer-action@e55779f9d272da1a0bf10de56fd2425175349619
67
67
if : ${{ github.secret_source == 'Actions' }}
68
68
with :
69
69
extra-conf : |
70
70
substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
71
71
trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
72
72
post-build-hook = /etc/nix/upload-to-cache.sh
73
73
- name : Install nix
74
- uses : DeterminateSystems/nix-installer-action@3.7.0
74
+ uses : DeterminateSystems/nix-installer-action@e55779f9d272da1a0bf10de56fd2425175349619
75
75
if : ${{ github.secret_source == 'None' }}
76
76
with :
77
77
extra-conf : |
You can’t perform that action at this time.
0 commit comments