Skip to content

Commit

Permalink
feat: take cell-level outputs for nix inputs preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jun 22, 2023
1 parent 8143561 commit 13d1901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
_ImportSignatureFor = cell: maybeWithFlake: let
additionalInputs = (
if l.pathExists maybeWithFlake
then (call-flake (dirOf maybeWithFlake)).inputs
then (call-flake (dirOf maybeWithFlake)).outputs
else {}
);
in {
Expand Down

0 comments on commit 13d1901

Please sign in to comment.