Merge pull request #596 from kquick/local_inp_url

Update prompt for Local path input to indicate a URL is also valid.
This commit is contained in:
Graham Christensen
2021-04-14 20:01:58 +00:00
committed by GitHub

View File

@ -8,7 +8,7 @@ use Nix::Store;
sub supportedInputTypes {
my ($self, $inputTypes) = @_;
$inputTypes->{'path'} = 'Local path';
$inputTypes->{'path'} = 'Local path or URL';
}
sub fetchInput {