Skip to content

Commit

Permalink
locking
Browse files Browse the repository at this point in the history
  • Loading branch information
silvarc141 committed Oct 16, 2024
1 parent 8851119 commit 93b3ee9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/regenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
rm -rf !(README.md|.git)
shopt -u extglob
- name: Generate
run: nix run github:silvarc141/reapkgs -- -gprqo .
run: |
nix run github:silvarc141/reapkgs -- -gprqo .
nix flake lock
- name: Commit
run: |
git config user.name "GitHub Actions"
Expand Down

0 comments on commit 93b3ee9

Please sign in to comment.