1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00

Fix building against current Nix master

This commit is contained in:
Eelco Dolstra 2014-07-24 17:53:32 +02:00
parent 2cf0e67761
commit 02b66e97ba

View file

@ -73,7 +73,8 @@ string removeWhitespace(string s)
NixRepl::NixRepl()
: staticEnv(false, &state.staticBaseEnv)
: state(Strings())
, staticEnv(false, &state.staticBaseEnv)
{
curDir = absPath(".");