chore: respect TMPDIR for local builds - #331
Conversation
|
Thank you for this fix. I tried reproducing this bug locally, and I think this fix matters a bit less now. Nix changed this on purpose: commit 88b7db1b ("Don't default build-dir to temp-dir, store setting", March 2025) moved the default build directory from On current Nix, for a multi-user (daemon) install, the daemon uses For a single-user (non-daemon) install, Could you share what setup and Nix version you tested against? Want to make sure I'm not missing something before deciding how to move forward here. |
|
I have not checked in with this PR in a long time. With this PR I wanted to help out the OP in #283 but never ran into this problem myself. As I only use multi user installs I cant test the single user one. Thus I am closing this PR. Thank you for looking at this PR :) |
This fixes #283.