fix: cast int to string

This commit is contained in:
Jake Hamilton 2025-03-07 20:45:34 -08:00
parent 866b8902c9
commit f69e9b8c78
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68

View file

@ -624,7 +624,7 @@ lib: {
j: value:
let
resolved =
lib.options.merge.definitions (location ++ [ "[definition ${builtins.toString i}-entry ${j}]" ])
lib.options.merge.definitions (location ++ [ "[definition ${builtins.toString i}-entry ${builtins.toString j}]" ])
type
[
{