Skip to content

fix(libstore/s3-binary-cache-store): include documentation from markdown file#14713

Merged
edolstra merged 1 commit intoNixOS:masterfrom
lovesegfault:fix-s3-docs
Dec 5, 2025
Merged

fix(libstore/s3-binary-cache-store): include documentation from markdown file#14713
edolstra merged 1 commit intoNixOS:masterfrom
lovesegfault:fix-s3-docs

Conversation

@lovesegfault
Copy link
Member

Motivation

The S3BinaryCacheStoreConfig::doc() function was returning a minimal
hardcoded 3-line string instead of including the comprehensive
documentation from s3-binary-cache-store.md.

This was introduced in PR #13752 which moved the prose documentation to
the markdown file but forgot to update the doc() function to use it.

Context

Fixes: #14712


Add 👍 to pull requests you find important.

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

…own file

The S3BinaryCacheStoreConfig::doc() function was returning a minimal
hardcoded 3-line string instead of including the comprehensive
documentation from s3-binary-cache-store.md.

This was introduced in PR NixOS#13752 which moved the prose documentation to
the markdown file but forgot to update the doc() function to use it.
@github-actions github-actions bot added the store Issues and pull requests concerning the Nix store label Dec 5, 2025
@edolstra edolstra added this pull request to the merge queue Dec 5, 2025
Merged via the queue into NixOS:master with commit 92d4faf Dec 5, 2025
16 checks passed
@lovesegfault lovesegfault deleted the fix-s3-docs branch December 5, 2025 16:18
@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

store Issues and pull requests concerning the Nix store

Projects

None yet

Development

Successfully merging this pull request may close these issues.

S3 documentation is clobbered(?) by generated code

2 participants