Skip to content

Commit

Permalink
Run a remote flake to make it independent from the updated source
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Sep 24, 2023
1 parent ee661b4 commit bfbf5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/merge-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
# unused
git config --add user.name 'github-actions[bot]'
git config --add user.email '6270544+github-actions[bot]@users.noreply.github.com'
nix run .#update-recipes --no-write-lock-file -- upstream/master
nix run github:emacs-twist/recipes-updater#forceUpdate \
--no-write-lock-file -- upstream/master
# A workaround to prevent peter-evans/create-pull-request from resetting the
# head here:
Expand Down
20 changes: 0 additions & 20 deletions flake.nix

This file was deleted.

0 comments on commit bfbf5b9

Please sign in to comment.