summary refs log tree commit diff
path: root/nixos/doc/manual/shell.nix
blob: cc3609d750e036126de0ae37152ae439c5acd2a1 (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 ruby ];
}