Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

馃敡鈿★笍 Experiment with kernel params to combat hard-freezing #51

馃敡鈿★笍 Experiment with kernel params to combat hard-freezing

馃敡鈿★笍 Experiment with kernel params to combat hard-freezing #51

Workflow file for this run

name: "Nix: validate flake"
on:
workflow_dispatch:
push:
paths:
- "**.nix"
- "**.lock"
- ".github/workflows/validate.yml"
jobs:
check-flake:
name: Validate x86_64-linux
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Lix
uses: ./.github/actions/install-lix
- name: Validate Flake
run: nix flake check