feat: Use alejandra for nix in zed
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -116,6 +116,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
nil = {
|
nil = {
|
||||||
|
initialization_options = {
|
||||||
|
formatting = {
|
||||||
|
command = [
|
||||||
|
"${lib.getExe pkgs.alejandra}"
|
||||||
|
"--quiet"
|
||||||
|
"--"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
binary = {
|
binary = {
|
||||||
path = "${pkgs.nil}/bin/nil";
|
path = "${pkgs.nil}/bin/nil";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user