This commit is contained in:
parent
f02ace1040
commit
26072b5cff
5 changed files with 101 additions and 79 deletions
7
flake-modules/formatting.nix
Normal file
7
flake-modules/formatting.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
formatter = pkgs.nixfmt-rfc-style;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue