Compare commits

..

2 commits

Author SHA1 Message Date
39bc790bbe
feat: add portable submodule type 2025-03-07 20:45:48 -08:00
f69e9b8c78
fix: cast int to string 2025-03-07 20:45:34 -08:00

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
[
{