feat: add --fetch action to populate data/sources
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/importer/main_test.go → internal/importer/main_test.go
@@ -45,6 +45,7 @@ err = imp.Start( context.Background(), false, + false, &[]string{"nixpkgs"}, ) if err != nil {