🐛 [shared] Moved nixfmt to formatters.nix
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
|
nixfmt-rfc-style
|
||||||
treefmt
|
treefmt
|
||||||
shfmt
|
shfmt
|
||||||
];
|
];
|
||||||
|
@ -2,10 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Language servers
|
|
||||||
nixd
|
nixd
|
||||||
nil
|
nil
|
||||||
# Formatters
|
|
||||||
nixfmt-rfc-style
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user