Use nix::willBuildLocally()

This commit is contained in:
Eelco Dolstra
2015-10-21 15:44:29 +02:00
parent 30823078c4
commit 71bf7e02d5
3 changed files with 3 additions and 11 deletions

View File

@ -259,8 +259,6 @@ private:
nix::Path hydraData, logDir;
nix::StringSet localPlatforms;
/* The queued builds. */
typedef std::map<BuildID, Build::ptr> Builds;
Sync<Builds> builds;