From c0cc5e7eff3c286bf85611e34790dc64e1236a16 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 23 May 2026 19:35:32 +0200 Subject: [PATCH] pre-commit: migrate to prek Same functionality with smaller depdency closure. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 76c242e..698b71a 100644 --- a/flake.nix +++ b/flake.nix @@ -150,6 +150,7 @@ checks.${system} = allTests // { pre-commit = git-hooks.lib.${system}.run { src = ./.; + package = pkgs.prek; hooks = { # docs markdownlint = {