11 lines
219 B
YAML
11 lines
219 B
YAML
|
repos:
|
||
|
- repo: 'local'
|
||
|
hooks:
|
||
|
- id: 'nixpkgs-fmt'
|
||
|
name: 'nixpkgs-fmt'
|
||
|
description: 'Format nix code with nixpkgs-fmt'
|
||
|
entry: 'nixpkgs-fmt'
|
||
|
language: 'system'
|
||
|
files: '\.nix$'
|
||
|
always_run: true
|