mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-07 11:17:15 +00:00
flake: add alejandra to default devshell
This commit is contained in:
parent
6762516881
commit
f7fca7fb9c
1 changed files with 6 additions and 1 deletions
|
|
@ -48,7 +48,12 @@
|
||||||
default = self'.devShells.lsp;
|
default = self'.devShells.lsp;
|
||||||
nvim-nix = pkgs.mkShell {nativeBuildInputs = [config.packages.nix];};
|
nvim-nix = pkgs.mkShell {nativeBuildInputs = [config.packages.nix];};
|
||||||
lsp = pkgs.mkShell {
|
lsp = pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [nil statix deadnix];
|
nativeBuildInputs = with pkgs; [
|
||||||
|
alejandra # formatter
|
||||||
|
nil # nix language server
|
||||||
|
statix # static analysis
|
||||||
|
deadnix # dead code analysis
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue