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
commit b9bcedbfdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {