1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-14 11:57:30 +00:00

.github: Fix nix-installer action

This commit is contained in:
Zhaofeng Li 2023-01-15 00:00:11 -07:00
parent fb1101f54d
commit 5216e06a18
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
run: |
echo ACTION_USER=$USER >> $GITHUB_ENV
- uses: DeterminateSystems/nix-installer@main
- uses: DeterminateSystems/nix-installer-action@2ec668c45628a4029e59357600d6b73107b0843b
with:
extra-conf: |
trusted-users = root ${{ env.ACTION_USER }}

View file

@ -17,7 +17,7 @@ jobs:
run: |
echo ACTION_USER=$USER >> $GITHUB_ENV
- uses: DeterminateSystems/nix-installer@main
- uses: DeterminateSystems/nix-installer-action@2ec668c45628a4029e59357600d6b73107b0843b
continue-on-error: true # Self-hosted runners already have Nix installed
with:
extra-conf: |