mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Remove unused variable
This commit is contained in:
parent
dd15c8a20d
commit
62565ce7ce
1 changed files with 0 additions and 1 deletions
|
@ -266,7 +266,6 @@ EvalState::EvalState(
|
|||
/nix/store while using a chroot store. */
|
||||
auto accessor = getFSSourceAccessor();
|
||||
|
||||
auto realStoreDir = dirOf(store->toRealPath(StorePath::dummy));
|
||||
accessor = settings.pureEval
|
||||
? storeFS.cast<SourceAccessor>()
|
||||
: makeUnionSourceAccessor({accessor, storeFS});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue