fresh-editor: remove env.RUSTY_V8_ARCHIVE (#482804)

This commit is contained in:
Pol Dellaiera
2026-01-23 12:37:05 +00:00
committed by GitHub
-5
View File
@@ -6,7 +6,6 @@
openssl,
gzip,
gitMinimal,
deno,
nix-update-script,
versionCheckHook,
}:
@@ -37,10 +36,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
openssl
];
# The v8 package will try to download a `librusty_v8.a` release at build time to our read-only filesystem
# To avoid this we pre-download the file and export it via RUSTY_V8_ARCHIVE
env.RUSTY_V8_ARCHIVE = deno.librusty_v8;
preBuild = ''
mkdir -p $out/share/fresh-editor/plugins/
'';