Skip to content

Add flakehub push

Add flakehub push #3

Workflow file for this run

name: "Binary Cache"
on:
pull_request:
push:
jobs:
binary-cache:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: cachix/cachix-action@v14
with:
name: luke-channings
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build packages
if: ${{ matrix.os == "macos-latest" }}

Check failure on line 19 in .github/workflows/binary-cache.yaml

View workflow run for this annotation

GitHub Actions / Binary Cache

Invalid workflow file

The workflow is not valid. .github/workflows/binary-cache.yaml (Line: 19, Col: 11): Unexpected symbol: '"macos-latest"'. Located at position 14 within expression: matrix.os == "macos-latest" .github/workflows/binary-cache.yaml (Line: 24, Col: 11): Unexpected symbol: '"macos-latest"'. Located at position 14 within expression: matrix.os == "macos-latest"
run: |
nix build .#mkalias
nix build .#link-apps
- name: Build dev shell
if: ${{ matrix.os == "macos-latest" }}
run: |
nix develop --build