mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
Use lib.makeScope for consistent package resolution
This commit is contained in:
7
nix/gradle-setup-hook.nix
Normal file
7
nix/gradle-setup-hook.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ makeSetupHook, gradle }:
|
||||
|
||||
makeSetupHook {
|
||||
name = "gradle-setup-hook";
|
||||
propagatedBuildInputs = [ gradle ];
|
||||
passthru.gradle = gradle;
|
||||
} ./setup-hook.sh
|
||||
Reference in New Issue
Block a user