mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
Simplify a conditional in the repl initialisation
This commit is contained in:
parent
155bc761f6
commit
d24c8aa491
1 changed files with 1 additions and 3 deletions
|
|
@ -255,9 +255,7 @@ void NixRepl::mainLoop()
|
||||||
notice("Nix %1%%2%\nType :? for help.", nixVersion, debuggerNotice);
|
notice("Nix %1%%2%\nType :? for help.", nixVersion, debuggerNotice);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isFirstRepl) {
|
isFirstRepl = false;
|
||||||
isFirstRepl = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
loadFiles();
|
loadFiles();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue