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