mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
25 lines
485 B
YAML
25 lines
485 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: nixfmt
|
|
name: nixfmt
|
|
entry: nix
|
|
language: system
|
|
types: [nix]
|
|
pass_filenames: false
|
|
args: ["fmt"]
|
|
|
|
- id: deadnix
|
|
name: deadnix
|
|
entry: deadnix
|
|
language: system
|
|
types: [nix]
|
|
args: ["./modules", "./lib"]
|
|
|
|
- id: statix
|
|
name: statix
|
|
entry: statix
|
|
language: system
|
|
types: [nix]
|
|
args: ["check", "--", "."]
|
|
|