Skip to content

Commit

Permalink
chore: update nixpkgs before build and create a pr
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Jun 15, 2024
1 parent 9722996 commit fedb799
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-cache-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ jobs:
with:
name: autofirma-nix
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake metadata --update-input nixpkgs
- run: nix build --json .#autofirma .#configuradorfnmt .#dnieremote | jq -r '.[].outputs | to_entries[].value' | cachix push autofirma-nix
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
commit-message: "chore: update nixpkgs"
title: Update nixpkgs
branch: update-nixpkgs

0 comments on commit fedb799

Please sign in to comment.