Skip to content

docs: fix README reference to removed deploy-rs.overlay attribute - #396

Closed
yottanami wants to merge 1 commit into
serokell:masterfrom
yottanami:agent/89-readme-overlay-attr
Closed

docs: fix README reference to removed deploy-rs.overlay attribute#396
yottanami wants to merge 1 commit into
serokell:masterfrom
yottanami:agent/89-readme-overlay-attr

Conversation

@yottanami

Copy link
Copy Markdown
Contributor

Closes #328

What

deploy-rs.overlay was removed in 6fc0024; only overlays.default exists
now (confirmed against current flake.nix). The README's overlay example
still referenced the removed attribute, with a stale
# or deploy-rs.overlays.default comment sitting right next to it:

overlays = [
  deploy-rs.overlay # or deploy-rs.overlays.default
  ...

Fixed to just use the attribute that actually exists:

overlays = [
  deploy-rs.overlays.default
  ...

Left the unrelated stalled PR #329 alone as noted in the tracking issue —
this is an independent one-line fix against current master.

Testing

Documentation-only, single-line change.

Marking this AI-assisted: this PR was authored by an AI coding agent
(Claude).

deploy-rs.overlay was removed in 6fc0024; only overlays.default
exists now. The README's overlay example still referenced the old
attribute (with a stale "# or deploy-rs.overlays.default" comment
next to it).

Closes serokell#328
@weriomat

weriomat commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

See #392 as well as #329 and in particular this commit

@yottanami

Copy link
Copy Markdown
Contributor Author

Confirmed duplicate — the identical one-line fix (deploy-rs.overlays.default instead of the removed deploy-rs.overlay) is already in #329, and #392 was already closed for the same reason. Closing mine too rather than adding a third copy.

@yottanami yottanami closed this Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README refers to non-existant overlay attribute

2 participants