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

This commit is contained in:
Stefan Frijters
2026-02-09 21:37:14 +01:00
parent b9688e4fc1
commit 225821b217
+1 -1
View File
@@ -46,7 +46,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
doCheck = false;
# provide the list of solc versions to the `svm-rs-builds` dependency
SVM_RELEASES_LIST_JSON =
env.SVM_RELEASES_LIST_JSON =
solc-versions.${stdenv.hostPlatform.system}
or (throw "Unsupported system: ${stdenv.hostPlatform.system}");