about summary refs log tree commit diff
path: root/nixos/doc/manual/shell.nix
blob: 7f8422b4ec11fdcb76ce8b48ef740ddc0b3581e6 (plain) (blame)
1
2
3
4
5
6
7
8
let
  pkgs = import ../../.. { };
in
pkgs.mkShell {
  name = "nixos-manual";

  buildInputs = with pkgs; [ xmlformat jing xmloscopy ];
}