1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02: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() NixRepl::NixRepl()
: staticEnv(false, &state.staticBaseEnv) : state(Strings())
, staticEnv(false, &state.staticBaseEnv)
{ {
curDir = absPath("."); curDir = absPath(".");