- I've got a sandbox (the nix packaging system requires it)
- I run
deno compile a.jsoutside the sandbox. Works fine. - I copy
$HOME/.cache/denointo the sandbox - I copy
$TMPinto the sandbox - I download
denort-x86_64-unknown-linux-gnu.zipand copy it into the sandbox- (I don't know where to put it)
- I run
deno compile a.jsin the sandbox (no internet permissions) and get:- error sending request for url (https://dl.deno.land/release/v1.44.4/denort-x86_64-unknown-linux-gnu.zip)
Where can I put the denort.zip where deno will find it?