Skip to content

nix store copy-sigs: Add docs#14369

Merged
Mic92 merged 1 commit intomasterfrom
copy-sigs-docs
Oct 27, 2025
Merged

nix store copy-sigs: Add docs#14369
Mic92 merged 1 commit intomasterfrom
copy-sigs-docs

Conversation

@edolstra
Copy link
Member

@edolstra edolstra commented Oct 27, 2025

Motivation

Cherry-picked from DeterminateSystems#165.

Context


Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

@github-actions github-actions bot added documentation new-cli Relating to the "nix" command labels Oct 27, 2025

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`](@docroot@/command-ref/conf-file.md#conf-http-connections) settings.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how does that work? default for ThreadPool?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, that change was done in another commit. I've created another PR for that: #14373

@Mic92 Mic92 added this pull request to the merge queue Oct 27, 2025
@dpulls
Copy link

dpulls bot commented Oct 27, 2025

🎉 All dependencies have been resolved !

Merged via the queue into master with commit b8e5d1f Oct 27, 2025
21 checks passed
@Mic92 Mic92 deleted the copy-sigs-docs branch October 27, 2025 18:55
@edolstra edolstra mentioned this pull request Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation new-cli Relating to the "nix" command

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants