flake: set formatter to nixfmt-rfc-style
This commit is contained in:
parent
399eafe9ed
commit
628c1f0e11
1 changed files with 1 additions and 1 deletions
|
@ -182,6 +182,6 @@
|
||||||
|
|
||||||
packages.${system} = pkgs // packages;
|
packages.${system} = pkgs // packages;
|
||||||
|
|
||||||
formatter.${system} = pkgs.nixpkgs-fmt;
|
formatter.${system} = pkgs.nixfmt-rfc-style;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue