WIP: allow overriding flake inputs #87

Draft
kiaragrouwstra wants to merge 1 commit from kiaragrouwstra/flake-compat:override-inputs into main
Member
  • implementation
  • tests

implementation inspired by flake-inputs.

apologies for the formatting change - this seemed a necessary evil due to this making the function recursive.

closes #82.

- [x] implementation - [ ] tests implementation inspired by [`flake-inputs`](https://github.com/fricklerhandwerk/flake-inputs). apologies for the formatting change - this seemed a necessary evil due to this making the function recursive. closes #82.
implementation inspired by
https://github.com/fricklerhandwerk/flake-inputs.
apologies for the formatting change - this seemed a necessary evil due
to this making the function recursive.

Signed-off-by: cinereal <cinereal@riseup.net>
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u override-inputs:kiaragrouwstra-override-inputs
git switch kiaragrouwstra-override-inputs

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff kiaragrouwstra-override-inputs
git switch kiaragrouwstra-override-inputs
git rebase main
git switch main
git merge --ff-only kiaragrouwstra-override-inputs
git switch kiaragrouwstra-override-inputs
git rebase main
git switch main
git merge --no-ff kiaragrouwstra-override-inputs
git switch main
git merge --squash kiaragrouwstra-override-inputs
git switch main
git merge --ff-only kiaragrouwstra-override-inputs
git switch main
git merge kiaragrouwstra-override-inputs
git push origin main
Sign in to join this conversation.
No description provided.