1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 01:39:36 +01:00

Revert storeFS to use makeFSSourceAccessor()

Need to investigate why store->getFSAccessor() breaks a test.
This commit is contained in:
Eelco Dolstra 2025-05-18 10:01:57 +02:00
parent 2bc6c3395b
commit f50117ba4c
2 changed files with 2 additions and 2 deletions

View file

@ -270,7 +270,7 @@ EvalState::EvalState(
exception, and make union source accessor
catch it, so we don't need to do this hack.
*/
{CanonPath(store->storeDir), store->getFSAccessor(settings.pureEval)},
{CanonPath(store->storeDir), makeFSSourceAccessor(dirOf(store->toRealPath(StorePath::dummy)))}
}))
, rootFS(
({