Use lib.makeScope for consistent package resolution

This commit is contained in:
Tad Fisher
2024-06-16 12:22:38 -07:00
committed by Tad Fisher
parent 6e37e6e3f9
commit 0160c945b8
7 changed files with 96 additions and 98 deletions

View File

@@ -0,0 +1,7 @@
{ makeSetupHook, gradle }:
makeSetupHook {
name = "gradle-setup-hook";
propagatedBuildInputs = [ gradle ];
passthru.gradle = gradle;
} ./setup-hook.sh