DeterminateSystems / nix-installer-action

The Github Action for the Determinate Nix Installer
https://github.com/determinateSystems/nix-installer
GNU Lesser General Public License v2.1
158 stars 16 forks source link

Switching from cachix/install-nix-action to DS/nix-installer-action results in failing workflow #70

Closed johnae closed 5 months ago

johnae commented 6 months ago

I'm trying to switch from cachix/install-nix-action to DeterminateSystems/nix-installer-action but as I do so, my github actions workflows start failing. The failure itself seems to revolve around a "NAR hash mismatch". It's unclear what's causing this and the workflow in the main branch (which uses cachix/install-nix-action) has no such problem.

See https://github.com/johnae/world/actions/runs/8108519078/job/22161884416 and https://github.com/johnae/world/pull/720 for more.

Thanks.

johnae commented 5 months ago

This seems to be related to the Nix version. There are issues with git submodules. I believe specifically submodules in submodules or something like that. So it's not really related to this action.