Try flake check on pre-commit

This commit is contained in:
Théo Barnouin 2025-06-05 14:40:09 +02:00
parent 0a7fca6f82
commit 247ae55004

View file

@ -3,3 +3,11 @@ repos:
rev: 3e2a85506627062313e131bf8a85315f3387c8e0 # frozen: 4.0.0 rev: 3e2a85506627062313e131bf8a85315f3387c8e0 # frozen: 4.0.0
hooks: hooks:
- id: alejandra-system - id: alejandra-system
- repo: local
hooks:
- id: flake-check
name: flake-check
entry: bash -c 'nix flake check'
language: system
types: [nix]
pass_filenames: false