Skip to content

Commit d60e40c

Browse files
committed
fix: use direct hash
1 parent 83158c0 commit d60e40c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)