all repos — searchix @ 0f5508013d776f8806a87957f80e74c7f74c72eb

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat(config): print durations and URLs with human values

Alan Pearce
commit

0f5508013d776f8806a87957f80e74c7f74c72eb

parent

d0c2de9e762fb476b5cb53bb5129bf8af8cb9b45

1 file changed, 2 insertions(+), 6 deletions(-)

changed files
M internal/config/source.gointernal/config/source.go
@@ -1,9 +1,5 @@
package config -import ( - "time" -) - type Source struct { Name string Key string
@@ -14,8 +10,8 @@ Channel string
URL string Attribute string ImportPath string - FetchTimeout time.Duration - ImportTimeout time.Duration + FetchTimeout Duration + ImportTimeout Duration OutputPath string Repo Repository }