Cachix - Hosted Nix binary caches: Build Nix packages once and share them for good
$ cachix --help
cachix.org command interface
Usage: cachix [--host URI] [-c|--config CONFIGPATH] [-v|--verbose] (COMMAND |
(-V|--version))
Sign into https://cachix.org to get started.
Available options:
-h,--help Show this help text
--host URI Host to connect to (default: https://cachix.org)
-c,--config CONFIGPATH Cachix configuration
file (default: "~/.config/cachix/cachix.dhall")
-v,--verbose Verbose mode
-V,--version Show cachix version
Available commands:
authtoken Configure token for authentication to cachix.org
generate-keypair Generate keypair for a binary cache
push Upload Nix store paths to the binary cache
use Configure nix.conf to enable binary cache during
builds
- Install Cachix client using Nix:
$ nix-env -iA cachix -f https://cachix.org/api/v1/install
- Login via https://www.cachix.org/api/v1/login to start using the service
Install Cachix from master:
$ nix-env -if https://github.com/cachix/cachix/tarball/master --substituters https://cachix.cachix.org --trusted-public-keys cachix.cachix.org-1:eWNHQldwUO7G2VkjpnjDbWwy4KQ/HNxht7H4SSoMckM=
- Cachix changelog for the command
- API changelog (Haskell)