nixos_config/.pre-commit-config.yaml

20 lines
539 B
YAML
Raw Permalink Normal View History

2025-11-17 10:45:44 +01:00
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: local
hooks:
2026-05-23 23:09:19 +02:00
- id: nix-eval-build-targets
name: evaluate NixOS build targets
entry: bash util/pre_commit_nix_eval.sh
2025-11-17 10:45:44 +01:00
language: system
always_run: true
pass_filenames: false
stages: [pre-commit]
2025-12-07 13:09:24 +01:00
- id: kernel-version-check
name: check kernel version
entry: xonsh util/get_upstream_kernel.xsh
language: system
always_run: true
pass_filenames: false
stages: [pre-push]