nix-configs/old-conf/lefthook.yml
Lucy Hochkamp 83de52d5db Add 'old-conf/' from commit '62a64a79a8'
git-subtree-dir: old-conf
git-subtree-mainline: 4667974392
git-subtree-split: 62a64a79a8
2025-11-21 13:33:06 +01:00

6 lines
141 B
YAML

pre-commit:
parallel: false
commands:
01_nixfmt:
glob: "*.nix"
run: nixpkgs-fmt {staged_files} && git add {staged_files}