{ pkgs ? import { } }: pkgs.mkShell { packages = with pkgs; [ rustup hugo nodejs nodePackages.live-server ]; }