diff options
| author | seth <[email protected]> | 2025-01-04 00:05:35 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-04 05:05:35 +0000 |
| commit | 3d701943d17e9b34820ca2f26e1f63a5031584da (patch) | |
| tree | a607cca29613a2c2d592b24f13145500be44a991 /README.md | |
| parent | 8f1c8eea5f2d647ead5a2fcebd0f2fb98b6e976c (diff) | |
feat: allow for querying multiple substituters (#49)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Arguments: Options: -c, --configuration <CONFIGURATION> Flake reference pointing to a NixOS or nix-darwin configuration - -b, --binary-cache <BINARY_CACHE> URL of the substituter to check [default: https://cache.nixos.org] + -b, --binary-caches <BINARY_CACHES> URLs of the substituters to check (can be passed more than once) [default: https://cache.nixos.org] -f, --flake <FLAKE> Flake reference of nixpkgs (or other package repository) [default: nixpkgs] -s, --show-missing Show a list of store paths not found in the substituter -h, --help Print help |
