Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

flake.lock: Update #314

flake.lock: Update

flake.lock: Update #314

Workflow file for this run

name: Nix Flake Check
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
check-flake:
strategy:
matrix:
os: [ubuntu-latest]
# WIP: https://github.com/NixOS/nix/issues/8881
# os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix flake check