use nixfmt

This commit is contained in:
Henry Hiles 2025-09-13 16:08:34 -04:00
commit a4418daae4
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -118,7 +118,6 @@
systems = ["aarch64-linux" "x86_64-linux"]; systems = ["aarch64-linux" "x86_64-linux"];
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {
formatter = pkgs.alejandra;
apps.image = { apps.image = {
type = "app"; type = "app";
program = pkgs.writeShellApplication { program = pkgs.writeShellApplication {

View file

@ -101,7 +101,7 @@
"nix.serverPath" = lib.meta.getExe pkgs.nil; "nix.serverPath" = lib.meta.getExe pkgs.nil;
"nix.serverSettings" = { "nix.serverSettings" = {
"nil" = { "nil" = {
"formatting" = {"command" = [(lib.getExe pkgs.alejandra)];}; "formatting" = {"command" = [(lib.getExe pkgs.nixfmt)];};
}; };
}; };
"indentRainbow.ignoreErrorLanguages" = ["*"]; "indentRainbow.ignoreErrorLanguages" = ["*"];