From 8ab9adf719090e213bd91b2747986ba6ef94576d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 9 May 2024 20:10:23 +0200 Subject: fix: pointer type mismatch --- internal/importer/nixpkgs-channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/importer/nixpkgs-channel.go') diff --git a/internal/importer/nixpkgs-channel.go b/internal/importer/nixpkgs-channel.go index e237246..b78844b 100644 --- a/internal/importer/nixpkgs-channel.go +++ b/internal/importer/nixpkgs-channel.go @@ -15,7 +15,7 @@ import ( type NixpkgsChannelImporter struct { DataPath string - Source Source + Source *Source Logger *slog.Logger indexPath string } -- cgit 1.4.1