1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Add FIXME

This commit is contained in:
Eelco Dolstra 2025-04-01 18:34:08 +02:00
parent 73b1754816
commit 5b079073c1

View file

@ -91,7 +91,7 @@ static StorePath copyInputToStore(
{ {
auto storePath = fetchToStore(*state.store, accessor, FetchMode::Copy, input.getName()); 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); state.storeFS->mount(CanonPath(state.store->printStorePath(storePath)), accessor);