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

This commit is contained in:
Stefan Frijters
2026-02-19 15:54:44 +01:00
parent 1dc69c1a46
commit 15d2cbfba7
+1 -1
View File
@@ -51,7 +51,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
zip
];
NODE_PATH = "$npmDeps";
env.NODE_PATH = "$npmDeps";
buildPhase = ''
trunk build --offline --frozen --release