cache-nix-action
                                
                                 cache-nix-action copied to clipboard
                                
                                    cache-nix-action copied to clipboard
                            
                            
                            
                        [FEATURE] Support `cachix/install-nix-action`
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-actionuses single-user installation
- install-nix-actionuses multi-user installation
TODO
(question to readers) Which missing features don't let you switch to nix-quick-install-action?