Fix building against current Nix master
This commit is contained in:
parent
2cf0e67761
commit
02b66e97ba
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ string removeWhitespace(string s)
|
||||||
|
|
||||||
|
|
||||||
NixRepl::NixRepl()
|
NixRepl::NixRepl()
|
||||||
: staticEnv(false, &state.staticBaseEnv)
|
: state(Strings())
|
||||||
|
, staticEnv(false, &state.staticBaseEnv)
|
||||||
{
|
{
|
||||||
curDir = absPath(".");
|
curDir = absPath(".");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue