feat(config): print durations and URLs with human values
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/importer/package.go → internal/importer/package.go
@@ -105,7 +105,7 @@ return l } func (i *PackageIngester) Process(parent context.Context) (<-chan nix.Importable, <-chan error) { - ctx, cancel := context.WithTimeout(parent, i.source.ImportTimeout) + ctx, cancel := context.WithTimeout(parent, i.source.ImportTimeout.Duration) results := make(chan nix.Importable) errs := make(chan error)