mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
Update build; improve caching; improve tests
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
with pkgs;
|
||||
|
||||
let
|
||||
buildGradle = pkgs.callPackage ./gradle-env.nix {};
|
||||
buildGradle = callPackage ./gradle-env.nix {};
|
||||
|
||||
gradle2nix = buildGradle {
|
||||
envSpec = ./gradle-env.json;
|
||||
|
||||
Reference in New Issue
Block a user