hydra: try to fix yggdrasil build
This commit is contained in:
parent
efa64cd357
commit
5321ff41f9
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ in
|
||||||
port = cfg.httpPort;
|
port = cfg.httpPort;
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@localhost";
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
|
extraConfig = ''
|
||||||
|
allow-import-from-derivation = 1
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue