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: {
|
outputs-builder = channels: {
|
||||||
formatter = channels.nixpkgs.nixfmt-rfc-style;
|
formatter = channels.nixpkgs.alejandra;
|
||||||
};
|
};
|
||||||
|
|
||||||
alias = {
|
alias = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue