this repo has no description
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add repo prefix

isabel 82b9a648 5ef614f8

+1 -1
+1 -1
fetcher.nix
··· 139 139 revWithTag = finalAttrs.rev; 140 140 in 141 141 { 142 - url = "${baseUrl}/archive/${revWithTag}"; 142 + url = "${baseUrl}/archive/${revWithTag}?prefix=${repo}"; 143 143 extension = "tar.gz"; 144 144 145 145 derivationArgs = {