fix: pointer type mismatch
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/importer/nixpkgs-channel.go → internal/importer/nixpkgs-channel.go
@@ -15,7 +15,7 @@ ) type NixpkgsChannelImporter struct { DataPath string - Source Source + Source *Source Logger *slog.Logger indexPath string }