Dogfood v2

This commit is contained in:
Tad Fisher
2024-05-17 17:50:06 -07:00
parent 8d2ec45ad4
commit f24e295fc0
11 changed files with 3992 additions and 499 deletions

View File

@@ -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