all repos — searchix @ 8a29e39f16bec9ff7d3c264173862acdcfa272c5

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

refactor: clarify source.JoinPath usage restricted to file paths

Alan Pearce
commit

8a29e39f16bec9ff7d3c264173862acdcfa272c5

parent

43753afdc910543c9e57a89121c887cd2a55c550

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/fetcher/channel.gointernal/fetcher/channel.go
@@ -41,7 +41,7 @@ func (i *ChannelFetcher) FetchIfNeeded(
ctx context.Context, sourceMeta *meta.SourceMeta, ) (*FetchedFiles, error) { - target := i.Source.JoinPath("options.json") + target := i.Source.JoinFilePath("options.json") args := []string{ "--no-build-output", "--timeout",