Skip to content

Merge pull request #7 from siph/update_flake_lock_action #27

Merge pull request #7 from siph/update_flake_lock_action

Merge pull request #7 from siph/update_flake_lock_action #27

Workflow file for this run

name: "Flake Check"
on:
pull_request:
types: [ opened, synchronize, edited ]
push:
branches:
- master
workflow_dispatch:
jobs:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/magic-nix-cache-action@v4
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix flake check