Skip to content

Fix nix flake check #1711

Fix nix flake check

Fix nix flake check #1711

Workflow file for this run

name: build-overlay-derivations
on:
workflow_dispatch: # allows manual triggering
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: nix flake check --print-build-logs