Skip to content

configuration fixes and nix flake check #2

configuration fixes and nix flake check

configuration fixes and nix flake check #2

Workflow file for this run

name: nix flake check
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
experimental-features = nix-command flakes
- name: nix flake check
run: nix flake check