{ pkgs ? import { } }: with pkgs; mkShell rec { name = "tfc-env"; nativeBuildInputs = [ ]; buildInputs = [ hugo ]; shellHook = '' ''; }