all repos — searchix @ 12d5d45a7894c3f6b6d598f9447de839d31436ef

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

docs: add comments to default configuration

Alan Pearce
commit

12d5d45a7894c3f6b6d598f9447de839d31436ef

parent

a90419aa46ec42588f65e6327559ce479f9c5b67

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

changed files
M internal/config/repository.gointernal/config/repository.go
@@ -13,10 +13,10 @@ GitHub
) type Repository struct { - Type string `default:"github"` + Type string `toml:"" default:"github" comment:"Currently only 'github' is supported."` Owner string Repo string - Revision string + Revision string `toml:"-"` } func (f RepoType) String() string {