fetchFromGitHub: pass githubBase to mkDerivation via derivationArgs

Reduce future test rebuilds when making githubBase overridable.
This commit is contained in:
Yueh-Shun Li 2025-10-30 04:44:07 +08:00
parent 4e996b3920
commit 8bb3bbbf44

View file

@ -129,6 +129,7 @@ lib.makeOverridable (
inherit passthru;
derivationArgs = {
inherit
githubBase
owner
repo
;
@ -159,6 +160,7 @@ lib.makeOverridable (
extension = "tar.gz";
derivationArgs = {
inherit
githubBase
owner
repo
tag