Skip to content

Commit

Permalink
Fix building against latest Nix
Browse files Browse the repository at this point in the history
Fixes #8.
Fixes #9.
  • Loading branch information
edolstra committed Jun 2, 2015
1 parent f924081 commit 45c6405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix-repl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ int main(int argc, char * * argv)
{
return handleExceptions(argv[0], [&]() {
initNix();
initGC();

Strings files, searchPath;

Expand Down

0 comments on commit 45c6405

Please sign in to comment.