chore: add pre-commit and just

This commit is contained in:
Julian Stiller 2025-05-23 23:24:03 +02:00
parent 4f410e1e86
commit e0baf82356
4 changed files with 21 additions and 5 deletions

View file

@ -248,7 +248,6 @@
f pkgs
);
treefmtEval = forEachSystem (pkgs: treefmt-nix.lib.evalModule pkgs ./treefmt.nix);
# treefmtWrapper = pkgs: treefmtEval.${pkgs.system}.config.build.wrapper;
in
{
packages = {
@ -258,8 +257,6 @@
# dev shells in project
devShells = import ./shell.nix { inherit nixpkgs treefmtEval system; };
# formatter = forEachSystem (pkgs: treefmtEval.${pkgs.system}.config.build.wrapper);
}
);
}