all repos — searchix @ 885d167eda998db803ae3a44f7dd49312b1c38cb

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

refactor: remove unused metadata entry

Alan Pearce
commit

885d167eda998db803ae3a44f7dd49312b1c38cb

parent

e2a18918fdb435afa0cd66ff41843aece38761a6

1 file changed, 4 insertions(+), 5 deletions(-)

changed files
M internal/index/index_meta.gointernal/index/index_meta.go
@@ -11,13 +11,12 @@
"gitlab.com/tozd/go/errors" ) -const CurrentSchemaVersion = 4 +const CurrentSchemaVersion = 5 type SourceMeta struct { - Updated time.Time - Path string - Rev string - ProgramsPath string + Updated time.Time + Path string + Rev string } type data struct {