{ pkgs ? import { }, ... }: pkgs.mkShell { buildInputs = [ pkgs.nixpkgs-fmt # To enable webhint to analyze source files pkgs.nodejs ]; }