Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghostbuster91/nix-httpx


https://github.com/ghostbuster91/nix-httpx

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# nix-httpx

Nix derivation for building the [httpx application](https://github.com/servicex-sh/httpx).

The httpx app is build as native binary using graalvm17-ce.

The binary is called `httpx-cli`.

Don't want to build it yourself? Use garnix cache:

```nix
{
nix.settings = {
substituters = [
"https://cache.garnix.io"
];
trusted-public-keys = [
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
};
}
```