From 218a7f50451cbc5c981fc8dfe6f962044041f9aa Mon Sep 17 00:00:00 2001 From: Alex Zero Date: Mon, 7 Aug 2023 03:02:08 +0100 Subject: [PATCH] refactor: use cursor syntax --- grow/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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