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

refactor: replace with a simpler composite action #134

Closed lovesegfault closed 2 years ago

lovesegfault commented 2 years ago

This replaces the node-based action with a much simpler composite action.

All the javascript did was call into the script, so this just makes the call directly.

Hopefully should make maintaining this easier :)