Skip to content

Commit

Permalink
try fix rpi5
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Sep 18, 2024
1 parent 00b2cfe commit cc7e768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ runs:
if: steps.pre-check-nix.outcome != 'success'
shell: bash
run: |
echo $USER
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm \
--extra-conf "trusted-users = root ${USER:-}" \
--extra-conf "experimental-features = nix-command flakes" \
Expand Down

0 comments on commit cc7e768

Please sign in to comment.