toJSON is in builtins

This commit is contained in:
niten 2023-07-08 11:55:23 -07:00
parent 69c8491563
commit c4accaee42
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ let
max-file = "4";
};
};
in pkgs.writeTextDir "docker-compose.yml" (toJSON {
in pkgs.writeTextDir "docker-compose.yml" (builtins.toJSON {
version = "3.7";
services = {