let channel = "nixos-23.11"; pkgs = import { }; in pkgs.mkShell { name = "hugo site"; buildInputs = [ pkgs.hugo ]; }