cache-nix-action icon indicating copy to clipboard operation
cache-nix-action copied to clipboard

[FEATURE] Support `cachix/install-nix-action`

Open deemp opened this issue 8 months ago • 6 comments

Description of a problem the feature solves

Many people use the official cachix/install-nix-action and their workflows may depend on its features.

@C0D3-M4513R supposed that cache-nix-action may work with the install-nix-action (https://github.com/nix-community/cache-nix-action/issues/48#issuecomment-2681976042).

Describe the solution you'd like

Support install-nix-action along with nix-quick-install-action.

Describe alternatives you've considered

Use nixbuild/nix-quick-install-action v30 or a more recent one.

Context

Differences between actions

Installation

  • nix-quick-install-action uses single-user installation
  • install-nix-action uses multi-user installation

TODO

(question to readers) Which missing features don't let you switch to nix-quick-install-action?

deemp avatar Feb 25 '25 16:02 deemp