mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-07-06 18:30:59 -04:00
gradle-env: fix example usage
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# with (import <nixpkgs> {});
|
||||
# let
|
||||
# buildGradle = callPackage ./gradleEnv.nix {};
|
||||
# buildGradle = callPackage ./gradle-env.nix {};
|
||||
# in
|
||||
# buildGradle {
|
||||
# envSpec = ./gradle-env.json;
|
||||
|
||||
Reference in New Issue
Block a user