feat: Switch to Alejandra formatting
This commit is contained in:
parent
6cbbb61e26
commit
a9c90d8aa3
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
];
|
||||
|
||||
outputs-builder = channels: {
|
||||
formatter = channels.nixpkgs.nixfmt-rfc-style;
|
||||
formatter = channels.nixpkgs.alejandra;
|
||||
};
|
||||
|
||||
alias = {
|
||||
|
|
|
@ -16,7 +16,7 @@ in
|
|||
|
||||
# FIXME: Remove this once nvim is set up
|
||||
home.packages = with pkgs; [
|
||||
nixfmt-rfc-style
|
||||
alejandra
|
||||
nil
|
||||
statix
|
||||
manix
|
||||
|
|
Loading…
Reference in a new issue