diff --git a/.forgejo/workflows/main.yaml b/.forgejo/workflows/main.yaml index f403cb5..7b3d68f 100644 --- a/.forgejo/workflows/main.yaml +++ b/.forgejo/workflows/main.yaml @@ -4,7 +4,7 @@ jobs: runs-on: nix-upstream-latest steps: - run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf - - run: nix-env -i nodejs # bootstrap + - run: nix-env -i nodejs curl # bootstrap - run: curl -sLo /etc/containers/policy.json https://github.com/containers/skopeo/blob/879dbc3757610a574f9fcc44ea23ef9e8e2b6fe3/default-policy.json - uses: actions/checkout@v4 - run: |-