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:
sterni 2021-09-30 13:57:23 +02:00
parent 82ef52a188
commit 975f23d11b

View file

@ -108,7 +108,7 @@ let
name = c;
value =
if isAttrs imported
then imported // marker parts {}
then imported // marker childParts {}
else imported;
}) nixFiles;