Replace builtins.toString with toString

This commit is contained in:
SebastianStork 2025-10-09 21:35:41 +02:00
parent c18caea0de
commit c3cfcf1b61
15 changed files with 24 additions and 24 deletions

View file

@ -23,7 +23,7 @@ in
virtualisation.oci-containers.containers.openspeedtest = {
image = "openspeedtest/latest";
ports = [ "127.0.0.1:${builtins.toString cfg.port}:3000" ];
ports = [ "127.0.0.1:${toString cfg.port}:3000" ];
pull = "newer";
};
};