mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Add FIXME
This commit is contained in:
parent
73b1754816
commit
5b079073c1
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,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…
Add table
Add a link
Reference in a new issue