Skip to content

Update flake.lock for release-24.11 (#151) #220

Update flake.lock for release-24.11 (#151)

Update flake.lock for release-24.11 (#151) #220

name: Build and Cache on Push
on:
push:
branches:
- main
- release-**
pull_request:
permissions:
contents: read
jobs:
build-and-cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v15
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix --accept-flake-config build --json .#autofirma .#configuradorfnmt .#dnieremote .#autofirma.clienteafirma
- run: nix --accept-flake-config flake check
- if: github.event_name == 'push'
run: nix --accept-flake-config build --json .#autofirma .#configuradorfnmt .#dnieremote .#autofirma.clienteafirma | jq -r '.[].outputs | to_entries[].value' | cachix push nix-community