DeterminateSystems/nix-installer-action

`$HOME/.nix-profile/bin` not in PATH

lovesegfault opened this issue · 5 comments

This causes cachix-action to fail when using Nix 2.15: cachix/cachix-action#146

I think echo "$HOME/.nix-profile/bin" >> "$GITHUB_PATH" is warranted somewhere, though I am uncertain whether that should happen here or in the installer.

This issue isn't resolved yet, I tried bumping to v3 and removing my workaround in this commit: lovesegfault/nix-config@6888667

But the issue persisted, and the build failed: https://github.com/lovesegfault/nix-config/actions/runs/5101945610/jobs/9171171410

We determined DeterminateSystems/nix-installer#482 was required as well, I'll be releasing it Tuesday (DeterminateSystems/nix-installer#484) since most folks are out today on various holidays.

Removed my workaround and the build still works!

I did need to explicitly use nix-installer-tag: "v0.9.1"; otherwise it picked up the 0.8 release.

Thanks!

Great!