feat: Switch to Alejandra formatting

This commit is contained in:
punkfairie 2024-11-24 21:31:46 -08:00
parent 6cbbb61e26
commit a9c90d8aa3
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
]; ];
outputs-builder = channels: { outputs-builder = channels: {
formatter = channels.nixpkgs.nixfmt-rfc-style; formatter = channels.nixpkgs.alejandra;
}; };
alias = { alias = {

View file

@ -16,7 +16,7 @@ in
# FIXME: Remove this once nvim is set up # FIXME: Remove this once nvim is set up
home.packages = with pkgs; [ home.packages = with pkgs; [
nixfmt-rfc-style alejandra
nil nil
statix statix
manix manix