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"];
|
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 {
|
||||||
|
|
|
@ -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" = ["*"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue