cachix / install-nix-action

Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.
Apache License 2.0
513 stars 79 forks source link

option to install in single user mode #137

Closed nrdxp closed 1 year ago

nrdxp commented 2 years ago

Installing in single user mode is useful for a few different reasons:

Potential issues/improvement

I have a Nix secret key for signing in my extra_nix_config and as is, this change initially broke it, since it expected the key at installation time. I worked around it by simply placing the key before the install action, but I'd like to at least figure out why this didn't happen in daemon mode.

domenkozar commented 2 years ago

This needs to add a test for macos/linux in github actions

domenkozar commented 1 year ago

This is fixed in https://github.com/cachix/install-nix-action/commit/d0ac6617f6aff03fc3b32d42cada10512b308f32