Skip to content

install-nix-action-v12

Compare
Choose a tag to compare
@domenkozar domenkozar released this 04 Nov 14:45
· 194 commits to master since this release
07da252
  • Idempotent installation

    Don't run the installer if Nix has already been installed on the host.
    We assume that the installed Nix is already in the desired state.

    This allows to share a given pipeline between hosted and self-hosted
    runners. Usually the self-hosted runners are long-lived and already have
    Nix installed.

    Note that this breaks backwards compatibility if you relied on installing Nix twice with different inputs

  • Replaced deprecated GitHub functions