fix: cast int to string
This commit is contained in:
parent
866b8902c9
commit
f69e9b8c78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue