Try flake check on pre-commit
This commit is contained in:
parent
0a7fca6f82
commit
247ae55004
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue