We currently have no way to determine if the Nix evaluator used a specific -I input, so we need to record all of them as inputs.
QEC5HR4RHVV5WJCYDA7G5D5RTJO2WQMRXPSNNHNGQF6REHHKAQRQC foreach my $name (keys %{$inputInfo}) {# Unconditionally include all inputs that were included in# the Nix search path (through the -I flag). We currently# have no way to see which ones were actually used.$inputs{$name} = $inputInfo->{$name}->[0]if scalar @{$inputInfo->{$name}} == 1&& defined $inputInfo->{$name}->[0]->{storePath};}