zhaofengli / attic

Multi-tenant Nix Binary Cache
https://docs.attic.rs
Other
875 stars 69 forks source link

Unable to install with the CI install script #145

Closed hbjydev closed 1 week ago

hbjydev commented 2 weeks ago

I'm using ryanccn/attic-action, which just pulls the latest version of the CI install script in this repo. It hits these errors when installing:

On Darwin:

  error:
         … while evaluating the 'drvPath' attribute of a derivation
           at /var/folders/h9/l1shxhdd69nct08ylzq0n6q00000gn/T/tmp.HJZETknueB:1:634:
         error: store path 'z9i4grsf3h0wdlbhg95v6nanxiqx5xvp-attic-0.1.0' is not a valid derivation path
  Error: Action failed with error: Error: The process '/bin/bash' failed with exit code 1

On Linux:

installing 'attic-static-x86_64-unknown-linux-musl-0.1.0'
  copying path '/nix/store/qi9cixkq0pj60yw1y5l28hid7f53310i-attic-static-x86_64-unknown-linux-musl-0.1.0' from 'https://staging.attic.rs/attic-ci'...
  error:
         … while evaluating the 'drvPath' attribute of a derivation
           at /tmp/tmp.1wjzF1hiWb:19:13:
             [18](https://github.com/hbjydev/hnix/actions/runs/9804653945/job/27072810236#step:7:19)|             outPath = maybeStorePath (builtins.getAttr outputName outputs);
             [19](https://github.com/hbjydev/hnix/actions/runs/9804653945/job/27072810236#step:7:20)|             drvPath = maybeStorePath (builtins.getAttr outputName outputs);
               |             ^
             [20](https://github.com/hbjydev/hnix/actions/runs/9804653945/job/27072810236#step:7:21)|           };

         error: store path 'qi9cixkq0pj60yw1y5l28hid7f53310i-attic-static-x86_64-unknown-linux-musl-0.1.0' is not a valid derivation path
hbjydev commented 2 weeks ago

@zhaofengli Would it be possible to get this investigated? :)

rdk31 commented 1 week ago

I am facing the same issue