Export info from build-maven

This commit is contained in:
Shea Levy 2015-07-14 05:58:54 -04:00
parent cb46ba4b16
commit 7e2082c16f

View file

@ -42,7 +42,7 @@ infoFile: let
src = dirOf infoFile;
in {
inherit repo settings;
inherit repo settings info;
build = stdenv.mkDerivation {
name = "${info.project.artifactId}-${info.project.version}.jar";