mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
libcmd/repl: Make AbstractNixRepl::create
respect its store
argument
The only reference (according to clangd) to this function also uses `openStore`, so this is a no-op.
This commit is contained in:
parent
bfc05d2e3b
commit
8066e4b0c3
1 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,7 @@ std::unique_ptr<AbstractNixRepl> AbstractNixRepl::create(
|
|||
{
|
||||
return std::make_unique<NixRepl>(
|
||||
lookupPath,
|
||||
openStore(),
|
||||
std::move(store),
|
||||
state,
|
||||
getValues
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue