Hi Guixers, Does anyone follow this workflow for reviewing patches?
git clone https://git.guix-patches.cbaines.net/guix-patches/ git checkout issue-xxxxx git format-patch ... # then in the development checkout of Guix: git am ...; make; ./pre-inst-env guix build Should we document it in the manual? Does anyone follow a workflow that is more efficient than the above? all best, jgart