Skip to content

Fix remaining warnings for config changes between 24.05 and 24.11 on … #86

Fix remaining warnings for config changes between 24.05 and 24.11 on …

Fix remaining warnings for config changes between 24.05 and 24.11 on … #86

Workflow file for this run

name: Nix
on:
push:
branches:
- master
jobs:
check-flake:
name: Check flake
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Run checks
run: nix flake check --all-systems -v