···11{
22 radicle-httpd,
33 fetchFromGitHub,
44- fetchgit,
54 lib,
65 buildNpmPackage,
76 writeText,
···7574 # same repo. For this reason we pin the sources to each other, but due to
7675 # radicle-httpd using a more limited sparse checkout we need to carry a
7776 # separate hash.
7878- src = fetchgit {
7979- inherit (radicle-httpd.src) url rev;
7777+ src = radicle-httpd.src.override {
8078 hash = "sha256-1OhZ0x21NlZIiTPCRpvdUsx5UmeLecTjVzH8DWllPr8=";
7979+ sparseCheckout = [ ];
8180 };
82818382 postPatch = ''