···1{
2 radicle-httpd,
3 fetchFromGitHub,
4- fetchgit,
5 lib,
6 buildNpmPackage,
7 writeText,
···75 # same repo. For this reason we pin the sources to each other, but due to
76 # radicle-httpd using a more limited sparse checkout we need to carry a
77 # separate hash.
78- src = fetchgit {
79- inherit (radicle-httpd.src) url rev;
80 hash = "sha256-1OhZ0x21NlZIiTPCRpvdUsx5UmeLecTjVzH8DWllPr8=";
081 };
8283 postPatch = ''
···1{
2 radicle-httpd,
3 fetchFromGitHub,
04 lib,
5 buildNpmPackage,
6 writeText,
···74 # same repo. For this reason we pin the sources to each other, but due to
75 # radicle-httpd using a more limited sparse checkout we need to carry a
76 # separate hash.
77+ src = radicle-httpd.src.override {
078 hash = "sha256-1OhZ0x21NlZIiTPCRpvdUsx5UmeLecTjVzH8DWllPr8=";
79+ sparseCheckout = [ ];
80 };
8182 postPatch = ''