summary refs log tree commit diff
path: root/doc/shell.nix
blob: 8ac2019f9d66accc3961cdf042d5e47813c6d2d3 (plain) (blame)
1
2
3
4
5
{ pkgs ? import ../. {} }:
(import ./default.nix {}).overrideAttrs (x: {
  buildInputs = x.buildInputs ++ [ pkgs.xmloscopy pkgs.ruby ];

})