Skip to content

Merge pull request #55 from toaq/edit #160

Merge pull request #55 from toaq/edit

Merge pull request #55 from toaq/edit #160

Workflow file for this run

name: Test-build project
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Build Nix flake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
with:
name: toaq
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix flake check