init
This commit is contained in:
commit
1e2ca5a6fc
71 changed files with 3330 additions and 0 deletions
10
flake-modules/formatter.nix
Normal file
10
flake-modules/formatter.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
perSystem =
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
formatter = pkgs.nixfmt-tree;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue