Fix build

This commit is contained in:
Eelco Dolstra
2020-07-08 12:50:02 +02:00
parent 6c9e407bee
commit 7985757a1d
6 changed files with 11 additions and 16 deletions

View File

@ -4,11 +4,11 @@
#include "util.hh"
struct Config
struct HydraConfig
{
std::map<std::string, std::string> options;
Config()
HydraConfig()
{
using namespace nix;