diff --git a/flake.nix b/flake.nix index a5389f4..08597f3 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,9 @@ checks = eachSystem (system: { pre-commit-check = let + # Once x86_64-darwin is removed and we are back to a single nixpkgs + # version, this can be simplified to: + # gitHooksLib = inputs.git-hooks.lib.${system} gitHooksLib = import "${inputs.git-hooks}/nix" { nixpkgs = nixpkgsFor system; inherit system;