mirror of
https://github.com/NixOS/nix.git
synced 2025-12-14 13:01:05 +01:00
Fix mingw build
This commit is contained in:
parent
96d8b54e42
commit
c338f9cc5d
16 changed files with 31 additions and 29 deletions
|
|
@ -142,7 +142,7 @@ NixRepl::NixRepl(
|
|||
, getValues(getValues)
|
||||
, staticEnv(new StaticEnv(nullptr, state->staticBaseEnv))
|
||||
, runNixPtr{runNix}
|
||||
, interacter(make_unique<ReadlineLikeInteracter>(getDataDir() + "/repl-history"))
|
||||
, interacter(make_unique<ReadlineLikeInteracter>((getDataDir() / "repl-history").string()))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue