Skip to content

chore(deps): bump cachix/cachix-action from 14 to 15 #87

chore(deps): bump cachix/cachix-action from 14 to 15

chore(deps): bump cachix/cachix-action from 14 to 15 #87

Workflow file for this run

on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Nix
uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v15
with:
name: crunchy-public
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: actions/checkout@v4
- name: nix flake check
run: NIXPKGS_ALLOW_BROKEN=1 nix flake check --print-build-logs --keep-going --impure