{ pkgs ? import {}, ... }: with pkgs; mkShell { buildInputs = [ hugo git-lfs yarn ]; }