Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Set TMPDIR to avoid disk space issues #199

Merged
merged 2 commits into from Nov 4, 2023

Conversation

jalaziz
Copy link
Contributor

@jalaziz jalaziz commented Nov 3, 2023

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

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 cachix#197
install-nix.sh Outdated Show resolved Hide resolved
Co-authored-by: Domen Kožar <domen@enlambda.com>
@domenkozar domenkozar merged commit a56e3a8 into cachix:master Nov 4, 2023
13 checks passed
@jalaziz jalaziz deleted the tempdir branch November 17, 2023 02:47
donovanglover added a commit to donovanglover/nix-config that referenced this pull request Apr 25, 2024
This might fix the CI since previously it would run out of disk space.

See: cachix/install-nix-action#199
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider option to set TMPDIR from action
3 participants