coc-emmet: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 15:54:40 +01:00
parent d702f9dd00
commit e2e7774e31
+1 -1
View File
@@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
nodejs
];
NODE_OPTIONS = "--openssl-legacy-provider";
env.NODE_OPTIONS = "--openssl-legacy-provider";
passthru.updateScript = nix-update-script { };