Skip to content

Merge pull request #58 from toaq/normalize-m #180

Merge pull request #58 from toaq/normalize-m

Merge pull request #58 from toaq/normalize-m #180

Workflow file for this run

name: Test-build project
on:
pull_request:
workflow_dispatch:
push:
branches: [main]
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