replace pre-commit with shell script

This saves one flake input and some python dependencies
This commit is contained in:
Jörg Thalheim
2023-08-03 14:25:26 +02:00
parent 7fa6808478
commit 930923512c
5 changed files with 56 additions and 142 deletions

View File

@@ -11,7 +11,6 @@
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
};
outputs = inputs @ { flake-parts, ... }: