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