pkl: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-13 12:09:59 +01:00
parent f6ab803f09
commit 7030141c4f
+1 -1
View File
@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
gradleFlagsArray+=(-DcommitId=$(cat .commit-hash))
'';
JAVA_TOOL_OPTIONS = "-Dfile.encoding=utf-8";
env.JAVA_TOOL_OPTIONS = "-Dfile.encoding=utf-8";
__darwinAllowLocalNetworking = true;
preCheck = ''