Skip to content

Add flake input update workflow #6

Add flake input update workflow

Add flake input update workflow #6

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'
run: |
nix build .#mkalias
nix build .#link-apps
- name: Build dev shell
run: |
nix develop --impure --build