summary refs log blame commit diff
path: root/doc/shell.nix
blob: 5fa2b4424899a97f512edd458831e05a15c2b8e0 (plain) (tree)
1
2
3


                                                                              
{ pkgs ? import ../. { } }:
(import ./default.nix { }).overrideAttrs
(x: { buildInputs = (x.buildInputs or [ ]) ++ [ pkgs.xmloscopy pkgs.ruby ]; })