mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add pre-commit hooks for nixfmt, deadnix, and statix
Also, exclude .pre-commit-config.yaml from the SOPS differ
This commit is contained in:
parent
c1a53997ce
commit
0dea1aab28
23 changed files with 50 additions and 41 deletions
|
|
@ -100,7 +100,7 @@
|
|||
];
|
||||
in
|
||||
{
|
||||
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.nixfmt);
|
||||
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.nixfmt-tree);
|
||||
|
||||
# Darwin (macOS) hosts
|
||||
darwinConfigurations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue