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