1
0
Fork 0
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:
Austin Horstman 2025-04-07 10:33:01 -05:00
parent 04a2e5cede
commit 5df48c4255
2 changed files with 7 additions and 1 deletions

View file

@ -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: