Skip to content

ci: change runner

ci: change runner #8

Workflow file for this run

name: "Verify Nix Config"
on:
workflow_dispatch:
push:
jobs:
check_flake:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v30
with:
extra_nix_config: "experimental-features = nix-command flakes pipe-operators"
- name: Check Flake
run: nix flake check