Skip to content

feat(vigil): core runtime and --vigil-once headless driver (slice 2 of 5) #240

feat(vigil): core runtime and --vigil-once headless driver (slice 2 of 5)

feat(vigil): core runtime and --vigil-once headless driver (slice 2 of 5) #240

Workflow file for this run

name: Nix
on:
push:
branches:
- main
paths:
- flake.nix
- flake.lock
- nix/**
- Cargo.toml
- Cargo.lock
pull_request:
paths:
- flake.nix
- flake.lock
- nix/**
- Cargo.toml
- Cargo.lock
permissions:
contents: read
jobs:
flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v22
- name: Cache Nix builds
uses: DeterminateSystems/magic-nix-cache-action@v14
- name: Check flake
run: nix flake check