cachix / install-nix-action

Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.
Apache License 2.0
498 stars 78 forks source link

fix: Set TMPDIR to avoid disk space issues #199

Closed jalaziz closed 8 months ago

jalaziz commented 8 months ago

Set TMPDIR if not already set to workaround potential disk space issues while running builds in a nix shell. See NixOS/nix#395 for more info.

fixes #197