chore: add pre-commit and just
This commit is contained in:
parent
4f410e1e86
commit
e0baf82356
4 changed files with 21 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue