Skip to content

replace determinate systems caching with cachix #14

replace determinate systems caching with cachix

replace determinate systems caching with cachix #14

Workflow file for this run

name: "Flake Check"
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
nix-flake-check:
name: Check 📋
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v14
with:
name: ecarlson94
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check --show-trace