1let 2 pkgs = import ../../.. { }; 3in 4pkgs.mkShell { 5 name = "nixos-manual"; 6 7 packages = with pkgs; [ xmlformat jing xmloscopy ruby ]; 8}