Skip to content

Commit

Permalink
Add missing inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 2, 2023
1 parent f0c8ad4 commit b037e2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-nixpkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
# https://github.com/orgs/community/discussions/27072#discussioncomment-3254515
token: ${{ steps.publish-token.outputs.token }}
- uses: actions/checkout@v4
with:
# Needed to get commit counts
# https://stackoverflow.com/a/65056108
fetch-depth: 0
if: (github.event.sender.login != 'kachick') && (github.event_name == 'pull_request')
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2
Expand Down

0 comments on commit b037e2f

Please sign in to comment.