convert it to string

This commit is contained in:
Osman Faruk Bayram 2025-07-27 03:01:00 +03:00
parent 03525546d5
commit 1c6384e576

View file

@ -15,7 +15,7 @@ in
services.hydra = {
enable = true;
hydraURL = "http://localhost:${hydraPort}";
hydraURL = "http://localhost:${builtins.toString hydraPort}";
notificationSender = "hydra@localhost";
buildMachinesFiles = [];
useSubstitutes = true;