set JAVA_HOME

This commit is contained in:
Yves Dubromelle
2017-03-09 23:32:55 +01:00
parent c96c981d20
commit 14e9ddbc13

View File

@@ -18,4 +18,7 @@ mkIf cfg.developpement-java {
maven
openjdk
];
environment.variables = {
JAVA_HOME = "${pkgs.openjdk}";
};
}