diff --git a/grow/default.nix b/grow/default.nix index e750390..113430c 100644 --- a/grow/default.nix +++ b/grow/default.nix @@ -110,10 +110,7 @@ outputMeta = res.output // { - __std = { - inherit cellName; - cellBlockName = cellBlock.name; - }; + __cr = [cellName cellBlock.name]; }; in _ImportSignatureFor outputMeta cellP.flake; # recursion on cell