1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 12:37:59 +02:00

/homeless-shelter -> /proc/homeless/shelter

This makes it so even root can't create $HOME, for example by running `mkdir -p $HOME/.cache/foo`.
This commit is contained in:
Noam Yorav-Raphael 2024-08-14 14:35:42 +03:00
parent ea1f87ecda
commit 77d84a8d8b
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ void handleDiffHook(
}
}
const Path LocalDerivationGoal::homeDir = "/homeless-shelter";
const Path LocalDerivationGoal::homeDir = "/proc/homeless-shelter";
LocalDerivationGoal::~LocalDerivationGoal()