Skip to content

feat: add envrc for flake develop #21

feat: add envrc for flake develop

feat: add envrc for flake develop #21

Workflow file for this run

name: Run flake checks
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Flake check
run: nix flake check