Commit 8bb3bbbf authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

fetchFromGitHub: pass githubBase to mkDerivation via derivationArgs

Reduce future test rebuilds when making githubBase overridable.
parent 4e996b39
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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