mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
Dogfood v2
This commit is contained in:
11
default.nix
11
default.nix
@@ -3,10 +3,12 @@
|
||||
with pkgs;
|
||||
|
||||
let
|
||||
buildGradle = callPackage ./gradle-env.nix {};
|
||||
buildGradle = callPackage ./gradle.nix {};
|
||||
|
||||
gradle2nix = buildGradle {
|
||||
envSpec = ./gradle-env.json;
|
||||
pname = "gradle2nix";
|
||||
version = "2.0.0";
|
||||
lockFile = ./gradle.lock;
|
||||
|
||||
src = lib.cleanSourceWith {
|
||||
filter = lib.cleanSourceFilter;
|
||||
@@ -35,7 +37,4 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
in buildGradle {
|
||||
envSpec = ./gradle-env.json;
|
||||
pname = "gradle2nix";
|
||||
}
|
||||
in gradle2nix
|
||||
|
||||
Reference in New Issue
Block a user