Skip to content

Update inputs

Update inputs #1708

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