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:
6363 EOF
6464 sudo chmod +x /etc/nix/upload-to-cache.sh
6565 - name : Install nix
66- uses : DeterminateSystems/nix-installer-action@3.7.0
66+ uses : DeterminateSystems/nix-installer-action@e55779f9d272da1a0bf10de56fd2425175349619
6767 if : ${{ github.secret_source == 'Actions' }}
6868 with :
6969 extra-conf : |
7070 substituters = https://cache.nixos.org https://nix-postgres-artifacts.s3.amazonaws.com
7171 trusted-public-keys = nix-postgres-artifacts:dGZlQOvKcNEjvT7QEAJbcV6b6uk7VF/hWMjhYleiaLI=% cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
7272 post-build-hook = /etc/nix/upload-to-cache.sh
7373 - name : Install nix
74- uses : DeterminateSystems/nix-installer-action@3.7.0
74+ uses : DeterminateSystems/nix-installer-action@e55779f9d272da1a0bf10de56fd2425175349619
7575 if : ${{ github.secret_source == 'None' }}
7676 with :
7777 extra-conf : |
You can’t perform that action at this time.
0 commit comments