convert it to string
This commit is contained in:
parent
03525546d5
commit
1c6384e576
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in
|
||||||
|
|
||||||
services.hydra = {
|
services.hydra = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hydraURL = "http://localhost:${hydraPort}";
|
hydraURL = "http://localhost:${builtins.toString hydraPort}";
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@localhost";
|
||||||
buildMachinesFiles = [];
|
buildMachinesFiles = [];
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue