aeroflare_prepare
aeroflare prepare
Generate NAR archives and narinfo files from Nix store paths
aeroflare prepare [flags]
Options
--compression string Compression type: zstd, xz, gzip, none (default "zstd")
-h, --help help for prepare
--input string File containing store paths (one per line, # for comments)
--output-dir string Output directory for .nar and .narinfo files (default "./output")
--prepare-refs Also prepare NAR+narinfo for references not on the upstream cache (one level deep)
--signing-key string Path to Nix signing private key file (format: name:base64seed, as produced by 'nix key-gen-secret')
--store-path string Nix store path to prepare (e.g. /nix/store/xxx-yyy)
--upstream-cache string Upstream binary cache URL (empty to skip reference checking) (default "https://cache.nixos.org")
--workers int Number of concurrent workers (default 50)
Options inherited from parent commands
--cache-url string OCI registry URL for the cache
--cf-token string Cloudflare API Token
--cf-user-id string Cloudflare Account ID
--github-token string GitHub Token
--gitlab-token string GitLab Token
-v, --verbose count Enable verbose output (-v for packages, -vv for requests)
SEE ALSO
- aeroflare - A high-performance OCI-backed Nix binary cache proxy and toolkit