Type alias NixRequirementHandling

NixRequirementHandling: "fail" | "warn" | "ignore"

How to handle whether Nix is currently installed on the runner.

  • fail means that the workflow fails if Nix isn't installed
  • warn means that a warning is logged if Nix isn't installed
  • ignore means that Nix will not be checked