Skip to content

feat(nix): use the flake registry instead of channels #19

feat(nix): use the flake registry instead of channels

feat(nix): use the flake registry instead of channels #19

Workflow file for this run

name: check
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
with:
github-token: ${{ secrets.NIX_REPO }}
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
# Don't send the diagnostics automatically
diagnostic-endpoint: ""
- run: nix flake check