flake: update nvf dev input#1673
Conversation
Update the nvf dev input to pull commit [1] ("flake: follow flake-parts
and flake-utils inputs"), reducing our number of unique dependencies.
[1]: NotAShelf/nvf@607675a
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-25.05
git worktree add -d .worktree/backport-1673-to-release-25.05 origin/release-25.05
cd .worktree/backport-1673-to-release-25.05
git switch --create backport-1673-to-release-25.05
git cherry-pick -x 0da583a359fd911d5cbfd2c789424b888b777a4b |
|
Successfully created backport PR for |
Link: nix-community#1673 Reviewed-by: awwpotato <awwpotato@voidq.com>
|
@awwpotato, remember to include the original commit message (or a reworded version) in the final squash commit message when appropriate. For example, this seems to have been missed in this PR and #1659. |
yeah sorry about that I'll make sure to look over the pr description and comments before merging in the future. |
From my experience, GitHub never populates the commit body with the original commit message. Very occasionally, it at best copy-pastes the entire PR description, which is obviously very bad. |
With NotAShelf/nvf#1001 merged, this PR pulls only the desired changes: NotAShelf/nvf@a82b228...8ea010d.
Things done
Notify maintainers