refactor: normalize usage of lib and builtins namespaces

This commit is contained in:
SebastianStork 2025-07-22 22:58:18 +02:00
parent 043a996319
commit 062fd5de0b
17 changed files with 24 additions and 24 deletions

View file

@ -28,7 +28,7 @@ in
services.static-web-server = {
enable = true;
listen = "[::]:${toString cfg.port}";
listen = "[::]:${builtins.toString cfg.port}";
root = "${pkgs.it-tools}/lib";
configuration.general.health = true;
};