formatted code

This commit is contained in:
Kristian Krsnik 2023-08-03 21:38:14 +02:00
parent 96c54c0e79
commit 3a010129cd

View File

@ -33,7 +33,7 @@
"nix.serverPath" = "${pkgs.nil}/bin/nil"; "nix.serverPath" = "${pkgs.nil}/bin/nil";
"nix.serverSettings" = { "nix.serverSettings" = {
nil = { nil = {
formatting = { command = ["${pkgs.alejandra}/bin/alejandra"]; }; formatting = {command = ["${pkgs.alejandra}/bin/alejandra"];};
}; };
}; };
"direnv.path.executable" = "${pkgs.direnv}/bin/direnv"; "direnv.path.executable" = "${pkgs.direnv}/bin/direnv";