use nixfmt
This commit is contained in:
parent
d1b859042b
commit
a4418daae4
2 changed files with 1 additions and 2 deletions
|
@ -118,7 +118,6 @@
|
|||
systems = ["aarch64-linux" "x86_64-linux"];
|
||||
|
||||
perSystem = {pkgs, ...}: {
|
||||
formatter = pkgs.alejandra;
|
||||
apps.image = {
|
||||
type = "app";
|
||||
program = pkgs.writeShellApplication {
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
"nix.serverPath" = lib.meta.getExe pkgs.nil;
|
||||
"nix.serverSettings" = {
|
||||
"nil" = {
|
||||
"formatting" = {"command" = [(lib.getExe pkgs.alejandra)];};
|
||||
"formatting" = {"command" = [(lib.getExe pkgs.nixfmt)];};
|
||||
};
|
||||
};
|
||||
"indentRainbow.ignoreErrorLanguages" = ["*"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue