Update flake with formatter

This commit is contained in:
Filippo Berto 2022-12-01 17:40:09 +01:00
parent 8517b10b0a
commit cb234983ee
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 249 additions and 247 deletions

View file

@ -200,6 +200,8 @@
(flake-utils.lib.eachDefaultSystem (system: rec {
packages = pkgs-u { inherit system; };
formatter = (pkgs-u { inherit system; }).nixpkgs-fmt;
checks = {
pre-commit-check = pre-commit-hooks.lib.${system}.run {
src = ./.;