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