|
Nix 2.34.6
Nix, the purely functional package manager; unstable internal interfaces
|
R""(
To copy signatures from a binary cache to the local store:
To copy signatures from one binary cache to another:
nix store copy-sigs copies store path signatures from one store to another.
It is not advised to copy signatures to binary cache stores. Binary cache signatures are stored in .narinfo files. Since these are cached aggressively, clients may not see the new signatures quickly. It is therefore better to set any required signatures when the paths are first uploaded to the binary cache.
Store paths are processed in parallel. The amount of parallelism is controlled by the http-connections settings.
)""