Skip to content

Commit

Permalink
refactor: use cursor syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
RealityAnomaly authored and blaggacao committed Aug 8, 2023
1 parent 8025cff commit 218a7f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions grow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 218a7f5

Please sign in to comment.