try fufexans git hooks setup

This commit is contained in:
2025-08-29 14:49:10 +02:00
parent 35b5f15370
commit 5de06d7b0f
4 changed files with 42 additions and 1 deletions

View File

@@ -79,7 +79,7 @@
auto-format = true;
language-servers = ["nil"];
formatter = {
command = "${pkgs.alejandra}/bin/alejandra";
command = "${pkgs.nixfmt}/bin/nixfmt";
args = ["-q"];
};
}