fix(nix/readTree): generate the correct marker for nix file children
This was a regression introduced in cl/3554. Change-Id: I0721693a6eb1b28976b28499875812b1c3d1c910 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3654 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
82ef52a188
commit
975f23d11b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ let
|
||||||
name = c;
|
name = c;
|
||||||
value =
|
value =
|
||||||
if isAttrs imported
|
if isAttrs imported
|
||||||
then imported // marker parts {}
|
then imported // marker childParts {}
|
||||||
else imported;
|
else imported;
|
||||||
}) nixFiles;
|
}) nixFiles;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue