We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If running nix-portable with sandbox = false and a derivation writes to HOME you will get an error like this:
sandbox = false
HOME
error: home directory '/homeless-shelter' exists; please remove it to assure purity of builds without sandboxing
I noticed this when trying to build this: nix-community/NixOS-WSL#481
Perhaps this folder can ensure it is not writable. Or if it is possible to solve in another way.
The text was updated successfully, but these errors were encountered:
/homeless-shelter should not exist but should be writeable.
/homeless-shelter
Possible solutions:
Sorry, something went wrong.
No branches or pull requests
If running nix-portable with
sandbox = false
and a derivation writes toHOME
you will get an error like this:I noticed this when trying to build this:
nix-community/NixOS-WSL#481
Perhaps this folder can ensure it is not writable. Or if it is possible to solve in another way.
The text was updated successfully, but these errors were encountered: