mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
Vastly simplify artifact extraction
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
{ lib
|
||||
, callPackage
|
||||
, gradle
|
||||
, buildGradle
|
||||
}:
|
||||
|
||||
let
|
||||
buildGradle = callPackage ./gradle.nix {
|
||||
inherit gradle;
|
||||
};
|
||||
in
|
||||
buildGradle {
|
||||
pname = "gradle2nix";
|
||||
version = "2.0.0";
|
||||
|
||||
Reference in New Issue
Block a user