Skip to content

Merge branch 'main' of https://github.com/Tarow/nix-config #21

Merge branch 'main' of https://github.com/Tarow/nix-config

Merge branch 'main' of https://github.com/Tarow/nix-config #21

Workflow file for this run

name: "Verify Nix Config"
on:
workflow_dispatch:
push:
jobs:
check_flake:
runs-on: ubuntu-24.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