Skip to content

Move to 24.11

Move to 24.11 #30

Workflow file for this run

name: Validate Nix Flake
on:
workflow_dispatch:
push:
paths:
- '**.nix'
- '**.lock'
- '.github/workflows/check.yml'
jobs:
check-flake:
name: Check Flake Setup
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 1
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
logger: pretty
- name: Cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4
- name: Check Flake
run: nix flake check --accept-flake-config