SnO2WMaN / deno2nix

Integrate Deno with Nix
MIT License
56 stars 22 forks source link

fails due to deno runtime being downloaded from website in compile step #38

Open Suyashtnt opened 7 months ago

Suyashtnt commented 7 months ago

rt. It gives a domain resolution error as it can't contact the network

error: builder for '/nix/store/ffhq33v63bqqs5lkqxkzfwdi6z3a66zc-ags-uno-compiler-0.1.0.drv' failed with exit code 1;
       last 10 log lines:
       > Check file:///build/ags/createUnoFile.js
       > Compile file:///build/ags/createUnoFile.js to uno-comp
       > Download https://dl.deno.land/release/v1.40.5/denort-x86_64-unknown-linux-gnu.zip
       > error: Writing uno-comp
       >
       > Caused by:
       >     0: error sending request for url (https://dl.deno.land/release/v1.40.5/denort-x86_64-unknown-linux-gnu.zip): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
       >     1: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
       >     2: dns error: failed to lookup address information: Temporary failure in name resolution
       >     3: failed to lookup address information: Temporary failure in name resolution
       For full logs, run 'nix log /nix/store/ffhq33v63bqqs5lkqxkzfwdi6z3a66zc-ags-uno-compiler-0.1.0.drv'