Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostbuster91/nix-httpx
https://github.com/ghostbuster91/nix-httpx
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostbuster91/nix-httpx
- Owner: ghostbuster91
- License: apache-2.0
- Created: 2023-10-04T08:53:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T09:09:59.000Z (about 1 year ago)
- Last Synced: 2024-10-06T03:01:58.898Z (about 1 month ago)
- Language: Nix
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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="
];
};
}
```