{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ nixpkgs-fmt ]; shellHook = '' ${(import ./default.nix).pre-commit-check.shellHook} ''; }