servicex-sh / httpx

httpx - CLI to test HTTP/gRPC/RSocket/Kafka... services by HTTP DSL
https://servicex.sh
Apache License 2.0
132 stars 9 forks source link

Provide nix derivation #22

Closed ghostbuster91 closed 1 year ago

ghostbuster91 commented 1 year ago

Hi,

I would like to integrate this binary into my system. However the system is fully mananged by nix. I can wrap httpx binary in my own repository but I thought that it would be better to add httpx into the nix repository so that others could also benefit from that.

I wanted to make sure that you are ok with that, and ask if you would like to be added as a maintainer of that package?

ghostbuster91 commented 1 year ago

Nix dropped support to different JDK versions for each GraalVM release and the project currently doesn't build against jdk21. Because of that it is impossible to submit it to the nix repository at the moment. Instead I decided to create a separate flake for it: https://github.com/ghostbuster91/nix-httpx