pwnvim icon indicating copy to clipboard operation
pwnvim copied to clipboard

`nix run` fails to download a tarball

Open drewmullen opened this issue 2 years ago • 1 comments

$ nix run github:zmre/pwnvim
...
error: builder for '/nix/store/bxgqw4l5qxdm9wma9mnj8bqbakkwkd57-source.drv' failed with exit code 1;
       last 8 log lines:
       >
       > trying https://github.com/amaanq/tree-sitter-smali/archive/d7f535e176c928d33b0e202dd808ac247cacf2ff.tar.gz
       >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
       >                                  Dload  Upload   Total   Spent    Left  Speed
       >   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
       >   0    14    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
       > curl: (22) The requested URL returned error: 404
       > error: cannot download source from any mirror

following along your youtube tutorial (thank you for making it!). ill workaround by removing the nvim declaration but curious for your thoughts on what might be the issue and... how would you go about debugging it?

drewmullen avatar Feb 23 '23 17:02 drewmullen

I ran into the same issue.

ksalman avatar Feb 26 '23 20:02 ksalman