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