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

This commit is contained in:
Stefan Frijters
2026-02-13 12:01:10 +01:00
parent db3e62ca55
commit 04ea4f2674
+1 -1
View File
@@ -18,7 +18,7 @@ clangStdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ julec.hook ];
JULE_OUT_NAME = "julefmt";
env.JULE_OUT_NAME = "julefmt";
meta = {
description = "Official formatter tool for the Jule programming language";