Add treefmt configuration
This commit is contained in:
parent
ff0ce9d94c
commit
b2395ce611
5 changed files with 158 additions and 31 deletions
|
@ -1,14 +1,15 @@
|
|||
{
|
||||
self,
|
||||
flakeSelf,
|
||||
system,
|
||||
pkgs,
|
||||
deployPkgs,
|
||||
treefmtEval,
|
||||
...
|
||||
}@inputs:
|
||||
{
|
||||
${system} = {
|
||||
|
||||
# TODO: Check project formatting
|
||||
formatting = treefmtEval.config.build.check flakeSelf;
|
||||
|
||||
nixos-modules = pkgs.callPackage ./nixos-modules {
|
||||
inherit (self.lib) getSubDirs isFolderWithFile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue