1{ pkgs ? import <nixos-unstable> { } }: 2pkgs.mkShell { 3 packages = with pkgs; [ nil lua-language-server nixpkgs-fmt ]; 4 shellHook = '' 5 ${(import ./default.nix).pre-commit-check.shellHook} 6 ''; 7}