Nothing but Nix
Version updated for https://github.com/wimpysworld/nothing-but-nix to version v9.
- This action is used across all versions by 184 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Nothing but Nix” GitHub Action optimizes disk space on Ubuntu-based GitHub Actions runners by removing unnecessary pre-installed software, increasing available storage for Nix from the default ~20GB to 65GB-130GB. It automates the preparation of a more efficient environment for workflows that depend on Nix, resolving storage constraints and streamlining Nix usage in CI workflows.
Release notes
What’s Changed
- fix(volume): add sudo for mktemp in /mnt by @cameronraysmith in https://github.com/wimpysworld/nothing-but-nix/pull/47
Full Changelog: https://github.com/wimpysworld/nothing-but-nix/compare/v8...v9