feat: Use alejandra for nix in zed
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-08-14 19:31:22 +05:30
parent fbc558f01e
commit 57832be28d

View File

@@ -116,6 +116,15 @@
};
};
nil = {
initialization_options = {
formatting = {
command = [
"${lib.getExe pkgs.alejandra}"
"--quiet"
"--"
];
};
};
binary = {
path = "${pkgs.nil}/bin/nil";
};