mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
flake.nix: add formatter check
This commit is contained in:
parent
04a2e5cede
commit
5df48c4255
2 changed files with 7 additions and 1 deletions
|
|
@ -56,6 +56,10 @@
|
|||
};
|
||||
});
|
||||
in {
|
||||
checks = forAllSystems (system: {
|
||||
formatting = treefmtEval.${system}.config.build.check self;
|
||||
});
|
||||
|
||||
formatter = forAllSystems (system: treefmtEval.${system}.config.build.wrapper);
|
||||
|
||||
packages = forAllSystems (system:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue