Add FIXME

This commit is contained in:
Eelco Dolstra 2025-04-01 18:34:08 +02:00
parent 5d7cee32e6
commit 092f222aba

View File

@ -92,7 +92,7 @@ static StorePath copyInputToStore(
{
auto storePath = fetchToStore(*state.store, accessor, FetchMode::Copy, input.getName());
state.allowPath(storePath);
state.allowPath(storePath); // FIXME: should just whitelist the entire virtual store
state.storeFS->mount(CanonPath(state.store->printStorePath(storePath)), accessor);