joerdav / xc

Markdown defined task runner.
https://xcfile.dev/
MIT License
1.16k stars 27 forks source link

Nix flake references missing tag #121

Closed a-h closed 3 weeks ago

a-h commented 3 weeks ago

Got this error trying to build the Nix flake of xc:

error: builder for '/nix/store/74v5qw81fb0i086dpdika0l7x64bzskb-source.drv' failed with exit code 1;
       last 8 log lines:
       >
       > trying https://github.com/joerdav/xc/archive/v1.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: (56) The requested URL returned error: 404
       > error: cannot download source from any mirror
       For full logs, run 'nix log /nix/store/74v5qw81fb0i086dpdika0l7x64bzskb-source.drv'.
error: 1 dependencies of derivation '/nix/store/n1qg37v3vyy9jkfsi2s911q3sl35v42s-xc-v1.drv' failed to build
error: 1 dependencies of derivation '/nix/store/s3c2r2zkj5ply2zfrlffbvab0rk7riwa-nix-shell-env.drv' failed to build

See https://github.com/a-h/templ/actions/runs/10522354139/job/29154820457

Note the URL https://github.com/joerdav/xc/archive/v1.tar.gz - it refers to a tag / release that doesn't exist.

Probably because this workflow failed: https://github.com/joerdav/xc/actions/runs/10456243715/job/28953104043

joerdav commented 3 weeks ago

Yes, that was a fat-finger on my part, I meant to push this tag to the github actions repo.

joerdav commented 3 weeks ago

I've fixed the flake, did that work?

a-h commented 3 weeks ago

Sorted.