forked from lix-project/hydra
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:
commit
b9bcedbfdb
|
@ -8,7 +8,7 @@ use Nix::Store;
|
|||
|
||||
sub supportedInputTypes {
|
||||
my ($self, $inputTypes) = @_;
|
||||
$inputTypes->{'path'} = 'Local path';
|
||||
$inputTypes->{'path'} = 'Local path or URL';
|
||||
}
|
||||
|
||||
sub fetchInput {
|
||||
|
|
Loading…
Reference in a new issue