Skip to content

Lock file maintenance #3426

Lock file maintenance

Lock file maintenance #3426

Workflow file for this run

name: Nix
on:
push:
workflow_dispatch:
env:
NIX_ABORT_ON_WARN: "1"
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- "ubuntu-24.04"
- "ubuntu-24.04-arm"
- "macos-26"
runs-on: ${{ matrix.os }}
steps:
- uses: DeterminateSystems/determinate-nix-action@9a921d81e9a16a9ad8423a63a7b31deb601139a6 # v3.14.0
with:
extra-conf: |
accept-flake-config = true
allow-import-from-derivation = false
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
with:
name: josh
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Check flake
run: |
nix flake check --keep-going --print-build-logs github:${{ github.repository }}/${{ github.sha }}