mirror of
https://github.com/NixOS/nix.git
synced 2025-04-15 13:47:34 +00:00
Add FIXME
This commit is contained in:
parent
5d7cee32e6
commit
092f222aba
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user