docs: fix README reference to removed deploy-rs.overlay attribute - #396
Closed
yottanami wants to merge 1 commit into
Closed
docs: fix README reference to removed deploy-rs.overlay attribute#396yottanami wants to merge 1 commit into
yottanami wants to merge 1 commit into
Conversation
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
Contributor
|
See #392 as well as #329 and in particular this commit |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #328
What
deploy-rs.overlaywas removed in 6fc0024; onlyoverlays.defaultexistsnow (confirmed against current
flake.nix). The README's overlay examplestill referenced the removed attribute, with a stale
# or deploy-rs.overlays.defaultcomment sitting right next to it:Fixed to just use the attribute that actually exists:
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).